nix-dotfiles/hm_modules/blender_nvidia.nix

4 lines
91 B
Nix

{ pkgs, ... }: {
home.packages = [ (pkgs.blender.override { cudaSupport = true; }) ];
}