diff options
Diffstat (limited to 'hardware/laptop')
-rw-r--r-- | hardware/laptop/hardware.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hardware/laptop/hardware.nix b/hardware/laptop/hardware.nix index cbec828..35ac431 100644 --- a/hardware/laptop/hardware.nix +++ b/hardware/laptop/hardware.nix @@ -37,6 +37,8 @@ in }; hardware = { + cpu.intel.updateMicrocode = true; + opengl = { enable = true; driSupport = true; |