profiles: laptop: enable TLP

This commit is contained in:
Bruno BELANYI 2021-05-13 15:06:13 +02:00
parent 9a9d0ba266
commit bbddf086ec

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;