summaryrefslogtreecommitdiff
path: root/os/core/drivers.nix
diff options
context:
space:
mode:
Diffstat (limited to 'os/core/drivers.nix')
-rw-r--r--os/core/drivers.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/os/core/drivers.nix b/os/core/drivers.nix
index 3764937..ca5ecc4 100644
--- a/os/core/drivers.nix
+++ b/os/core/drivers.nix
@@ -86,7 +86,10 @@ in
initrd.enable = true;
overdrive.enable = true;
};
- graphics.extraPackages = [ pkgs.rocmPackages.clr.icd ];
+ graphics.extraPackages = with pkgs; [
+ rocmPackages.clr.icd
+ libva-utils
+ ];
};
})
(lib.mkIf (cfg.graphics.enable && cfg.graphics.version == "git") {