pkgs: Add CUDA support
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ pkgs-stable, ... }: {
|
||||
home.packages = with pkgs-stable; [
|
||||
blender
|
||||
(blender.override { cudaSupport = true; })
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user