11 lines
163 B
Nix
11 lines
163 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: {
|
|
powerManagement.powertop.enable = true;
|
|
powerManagement.enable = true;
|
|
powerManagement.cpuFreqGovernor = "ondemand";
|
|
}
|