Nvidia, add opencl icd and runtime

This commit is contained in:
Julia Lange 2024-04-18 15:41:58 -07:00
parent 7167c10484
commit 29928610bf

View file

@ -12,6 +12,10 @@
enable = true;
driSupport = true;
driSupport32Bit = true;
extraPackages = with pkgs; [
rocm-opencl-icd
rocm-opencl-runtime
];
};
services.xserver.videoDrivers = ["nvidia"];