commit | d5df94af7b26c4085c74f45af2ef94bacf496e9a | [log] [tgz] |
---|---|---|
author | Skyler Turner <skyler@clicksminuteper.net> | Tue Mar 15 17:45:30 2022 +0000 |
committer | Skyler Turner <skyler@clicksminuteper.net> | Tue Mar 15 17:45:30 2022 +0000 |
tree | 24236a59e3ea7e7bc189e25d64d45f84122e0b88 | |
parent | 67c6fd8b58d2001a1638ec7dffe108d567093cda [diff] [blame] |
Committed after system build
diff --git a/system/hardware-configuration.nix b/system/hardware-configuration.nix index 3edf350..548e43f 100644 --- a/system/hardware-configuration.nix +++ b/system/hardware-configuration.nix
@@ -29,4 +29,6 @@ powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + + hardware.opentabletdriver.enable = true; }