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