diff --git a/work-pc.nix b/work-pc.nix index 2dd23e0..4924d39 100644 --- a/work-pc.nix +++ b/work-pc.nix @@ -24,6 +24,9 @@ hardware.enableAllFirmware = true; hardware.cpu.intel.updateMicrocode = true; + hardware.logitech.enable = true; + hardware.logitech.enableGraphical = true; + services.tlp.enable = true; programs.adb.enable = true;