nixos-config/home/programs/misc/blender.nix

3 lines
57 B
Nix

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