6 lines
116 B
Nix

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