nix-dotfiles/hm_modules/blender.nix

3 lines
96 B
Nix

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