Purpose: Laptop enable upower.
This commit is contained in:
parent
256bbf93fe
commit
42c8569d34
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue