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