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