Files
dotfiles/Satori/Hardware/power.nix
2021-05-09 00:00:36 +05:30

9 lines
102 B
Nix

{ config, ... }:
{
powerManagement = {
enable = true;
cpuFreqGovernor = "ondemand";
};
}