Things
This commit is contained in:
parent
df63ea2968
commit
a1d45d7303
21 changed files with 202 additions and 142 deletions
|
@ -40,6 +40,7 @@
|
|||
"discord"
|
||||
"element"
|
||||
"emacs"
|
||||
"email"
|
||||
"firefox"
|
||||
"git"
|
||||
"gpg"
|
||||
|
@ -53,7 +54,6 @@
|
|||
"sway"
|
||||
"udiskie"
|
||||
"vscode"
|
||||
"franz"
|
||||
"xdg"
|
||||
"zathura"
|
||||
];
|
||||
|
|
|
@ -73,5 +73,7 @@
|
|||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
services.throttled.enable = true;
|
||||
services.throttled = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue