Added NixOS configs
This commit is contained in:
7
Hardware/power.nix
Normal file
7
Hardware/power.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
|
||||
{
|
||||
powerManagement = {
|
||||
cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user