profiles: laptop: enable TLP
This commit is contained in:
parent
f6ace9d438
commit
02c2a23ee5
|
@ -11,6 +11,9 @@ in
|
||||||
# Enable touchpad support
|
# Enable touchpad support
|
||||||
services.xserver.libinput.enable = true;
|
services.xserver.libinput.enable = true;
|
||||||
|
|
||||||
|
# Enable TLP power management
|
||||||
|
my.services.tlp.enable = true;
|
||||||
|
|
||||||
# Enable upower power management
|
# Enable upower power management
|
||||||
my.modules.upower.enable = true;
|
my.modules.upower.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue