about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-04-04 17:59:22 +0100
committerdevhell <devhell@mailfresser.de>2021-04-04 17:59:22 +0100
commitf2632ed6e5e6856ed7d8c912ae6f401459a0e31c (patch)
tree82943116ec9002cdac56be57659b76a71df15f12 /machines/devhell
parentdbd10ea0a06604f41acef2716ea82bfd4c39cac6 (diff)
machines/{gunnr,herja}: Unify opengl.extraPackages
Diffstat (limited to 'machines/devhell')
-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