mew added

This commit is contained in:
2026-01-09 18:50:18 -06:00
parent 1da9d994de
commit 7179e6f047
5 changed files with 82 additions and 7 deletions

View File

@@ -57,12 +57,10 @@ in {
# enable amd vulkan (program will choose this or regular)
hardware.graphics.extraPackages = with pkgs; [
amdvlk
rocmPackages.clr.icd # enable open cl (compute framework like cuda)
];
# ^ but 32 bit
hardware.graphics.extraPackages32 = with pkgs; [
driversi686Linux.amdvlk
];
# make hip work (extension on cli.icd ^)