3 lines
96 B
Nix
3 lines
96 B
Nix
{ pkgs, ... }: {
|
|
home.packages = with pkgs; [ (blender.override { cudaSupport = true; }) ];
|
|
}
|