mlaga97-nix/nixos/tweaks/powersave.nix

3 lines
62 B
Nix

{ ... }: {
powerManagement.cpuFreqGovernor = "powersave";
}