mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: set some powersave settings
This commit is contained in:
parent
c1103ec8f6
commit
e2fad495e5
1 changed files with 3 additions and 3 deletions
|
|
@ -13,8 +13,8 @@
|
|||
];
|
||||
|
||||
services = {
|
||||
# thermald.enable = true;
|
||||
# cpupower-gui.enable = true;
|
||||
thermald.enable = true;
|
||||
cpupower-gui.enable = true;
|
||||
power-profiles-daemon.enable = true;
|
||||
|
||||
upower = {
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
battery = {
|
||||
governor = "performance";
|
||||
governor = "powersave";
|
||||
turbo = "auto";
|
||||
};
|
||||
charger = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue