Purpose: Laptop enable upower.

This commit is contained in:
Dmitry Voronin 2024-12-14 08:57:00 +03:00
parent 256bbf93fe
commit 42c8569d34
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -45,6 +45,7 @@ in {
(lib.mkIf cfg.laptop {
services.tlp.enable = true; # Automatic powersaving based on Pluged/AC states.
services.upower.enable = true;
module = {
keyd.enable = true;
sway.enable = true;