remove vulkan package, causes artefacts

This commit is contained in:
2025-01-31 19:43:59 +01:00
parent d8046e9dbb
commit ebe7864384

View File

@ -30,7 +30,6 @@
steam-hardware.enable = true; steam-hardware.enable = true;
opengl.enable = true; opengl.enable = true;
opengl.extraPackages = with pkgs; [ opengl.extraPackages = with pkgs; [
amdvlk
rocm-opencl-icd rocm-opencl-icd
]; ];
}; };