diff options
Diffstat (limited to 'hardware/chromebook/hardware.nix')
| -rw-r--r-- | hardware/chromebook/hardware.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardware/chromebook/hardware.nix b/hardware/chromebook/hardware.nix index 712c1bc..e945c6d 100644 --- a/hardware/chromebook/hardware.nix +++ b/hardware/chromebook/hardware.nix @@ -40,7 +40,7 @@ in hardware = { cpu.intel.updateMicrocode = true; - opengl = { + graphics = { enable = true; extraPackages = with pkgs; [ intel-media-driver # LIBVA_DRIVER_NAME=iHD |