Files
dotfiles/Satori/Hardware/power.nix
2021-04-29 21:29:29 +05:30

8 lines
122 B
Nix

{ config, lib, pkgs, modulesPath, ... }:
{
powerManagement = {
cpuFreqGovernor = lib.mkDefault "powersave";
};
}