about summary refs log tree commit diff
path: root/hardware/chromebook
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2024-06-24 00:27:26 +0200
committerBaitinq <[email protected]>2024-06-24 00:27:26 +0200
commitb1a204139f7a6b47d063ab51ce835e84cf3b2582 (patch)
tree900735209600561212b822ab551adecac93b2ad8 /hardware/chromebook
parentUpdate (diff)
downloadnixos-config-b1a204139f7a6b47d063ab51ce835e84cf3b2582.tar.gz
nixos-config-b1a204139f7a6b47d063ab51ce835e84cf3b2582.tar.bz2
nixos-config-b1a204139f7a6b47d063ab51ce835e84cf3b2582.zip
Update
Diffstat (limited to 'hardware/chromebook')
-rw-r--r--hardware/chromebook/hardware.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hardware/chromebook/hardware.nix b/hardware/chromebook/hardware.nix
index 6af088e..712c1bc 100644
--- a/hardware/chromebook/hardware.nix
+++ b/hardware/chromebook/hardware.nix
@@ -42,7 +42,6 @@ in
     cpu.intel.updateMicrocode = true;
     opengl = {
       enable = true;
-      driSupport = true;
       extraPackages = with pkgs; [
         intel-media-driver # LIBVA_DRIVER_NAME=iHD
         vaapiIntel # LIBVA_DRIVER_NAME=i965 (older but works better for Firefox/Chromium)