diff options
| author | Baitinq <[email protected]> | 2024-11-02 23:10:44 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-11-02 23:10:44 +0100 |
| commit | e23d7b6be16c9f57b4b96e885418c54d3098cb79 (patch) | |
| tree | 67deed86eb7fba7458909794124e0ed0a9b82a97 /hardware/chromebook/hardware.nix | |
| parent | dotfiles: nvim: run autoformatter async and install haskell formatter (diff) | |
| download | nixos-config-e23d7b6be16c9f57b4b96e885418c54d3098cb79.tar.gz nixos-config-e23d7b6be16c9f57b4b96e885418c54d3098cb79.tar.bz2 nixos-config-e23d7b6be16c9f57b4b96e885418c54d3098cb79.zip | |
Update
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 |