diff --git a/machines/mayushii/hardware-configuration.nix b/machines/mayushii/hardware-configuration.nix index f3e5ec8..0b3afcf 100644 --- a/machines/mayushii/hardware-configuration.nix +++ b/machines/mayushii/hardware-configuration.nix @@ -38,7 +38,11 @@ }; }; - powerManagement.cpuFreqGovernor = lib.mkDefault "performance"; + powerManagement = { + cpuFreqGovernor = "schedutil"; + powertop.enable = true; + }; + services.tlp.enable = true; # Most of the time I want to use both screens at the same time and suspend it # regularily by closing the lid