profiles: laptop: enable TLP

This commit is contained in:
Bruno BELANYI 2021-05-13 15:06:13 +02:00
parent 9a9d0ba266
commit bbddf086ec
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ in
# Enable touchpad support
services.xserver.libinput.enable = true;
# Enable TLP power management
my.services.tlp.enable = true;
# Enable upower power management
my.modules.upower.enable = true;