Files
dotfiles/Hardware/power.nix
2021-03-31 05:41:15 +05:30

8 lines
122 B
Nix

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