nix-dotfiles/hm/modules/blender.nix
2025-09-08 11:36:45 +02:00

4 lines
55 B
Nix

{ pkgs, ... }:
{
home.packages = [ pkgs.blender ];
}