about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/herja.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix
index 4bc9b5a0..5cac8ed3 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -33,7 +33,12 @@
     };
     opengl = {
       enable = true;
-      extraPackages = [ pkgs.libvdpau-va-gl pkgs.vaapiVdpau pkgs.amdvlk ];
+      extraPackages = with pkgs; [
+        libvdpau-va-gl
+        vaapiVdpau
+        amdvlk
+        rocm-opencl-icd
+      ];
     };
   };