pkgs: Add CUDA support

This commit is contained in:
Sweetbread 2024-11-10 04:43:36 +03:00
parent 9ff52839cf
commit 85a75a8bd3

View File

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