diff --git a/modules/graphics/default.nix b/modules/graphics/default.nix index 75ca407..d38dbbd 100644 --- a/modules/graphics/default.nix +++ b/modules/graphics/default.nix @@ -63,8 +63,6 @@ in { (mkIf (cfg.gpuVendor == "amd") { services.xserver.videoDrivers = ["amdgpu"]; hardware.opengl.extraPackages = with pkgs; [ - rocm-opencl-icd - rocm-opencl-runtime amdvlk ]; environment.systemPackages = with pkgs; [