diff options
| author | adikro <adikro@disroot.org> | 2026-03-14 18:31:25 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-14 18:31:25 +0100 |
| commit | 8eb0e90219a4de87d8d476e15329e14720f091c6 (patch) | |
| tree | f2ef91f5b6c1429e3cfd4448e67afd347aee610d /os/core/drivers.nix | |
| parent | f0c0e311c003057f24d8045509a627ad2acab978 (diff) | |
added fprint support, downgraded vr version
Diffstat (limited to 'os/core/drivers.nix')
| -rw-r--r-- | os/core/drivers.nix | 5 |
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 ]; }) { |
