feat: switch from powertop to tlp

This commit is contained in:
Youwen Wu 2024-08-10 17:05:24 -07:00
parent 908c2d52da
commit fed385b023
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
2 changed files with 2 additions and 2 deletions

View file

@ -181,7 +181,7 @@
};
};
powerManagement.powertop.enable = true;
services.tlp.enable = true;
# tells electron apps to use Wayland
environment.sessionVariables.NIXOS_OZONE_WL = "1";