From f2632ed6e5e6856ed7d8c912ae6f401459a0e31c Mon Sep 17 00:00:00 2001 From: devhell Date: Sun, 4 Apr 2021 17:59:22 +0100 Subject: machines/{gunnr,herja}: Unify opengl.extraPackages --- machines/devhell/gunnr.nix | 7 ++++++- machines/devhell/herja.nix | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'machines') 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 -- cgit 1.4.1