From b0ca8ad6fa0090daabb43bc3651b7981ac9ba6b2 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Wed, 22 Jan 2025 23:14:02 -0500 Subject: [PATCH] fixed graphics module for amd --- modules/graphics/default.nix | 2 -- 1 file changed, 2 deletions(-) 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; [