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, 0 insertions, 5 deletions
diff --git a/os/core/drivers.nix b/os/core/drivers.nix
index 77ea721..4198bf5 100644
--- a/os/core/drivers.nix
+++ b/os/core/drivers.nix
@@ -62,9 +62,6 @@ in
hardware.graphics = {
enable = true;
enable32Bit = true;
- extraPackages = with pkgs; [
- libva
- ];
};
hardware.sensor.iio.enable = true;
})
@@ -77,8 +74,6 @@ in
};
hardware.graphics.extraPackages = with pkgs; [
rocmPackages.clr.icd
- libva
- libva-utils
];
})
{