about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/devhell/gunnr.nix7
-rw-r--r--machines/devhell/herja.nix1
2 files changed, 6 insertions, 2 deletions
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index d016eef0..b274cba6 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -34,7 +34,12 @@
     cpu.amd.updateMicrocode = true;
     opengl = {
       enable = true;
-      extraPackages = [ pkgs.libvdpau-va-gl pkgs.vaapiVdpau pkgs.amdvlk ];
+      extraPackages = with pkgs; [
+        libvdpau-va-gl
+        vaapiVdpau
+        amdvlk 
+        rocm-opencl-icd
+      ];
     };
   };
 
diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix
index bf8fe4d9..0d79c54f 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -183,7 +183,6 @@
     ipmitool
     iw
     libva
-    libvdpau-va-gl
     minicom
     pmtools
     pmutils