Purpose: Laptop enable upower.
This commit is contained in:
parent
256bbf93fe
commit
42c8569d34
|
@ -45,6 +45,7 @@ in {
|
||||||
|
|
||||||
(lib.mkIf cfg.laptop {
|
(lib.mkIf cfg.laptop {
|
||||||
services.tlp.enable = true; # Automatic powersaving based on Pluged/AC states.
|
services.tlp.enable = true; # Automatic powersaving based on Pluged/AC states.
|
||||||
|
services.upower.enable = true;
|
||||||
module = {
|
module = {
|
||||||
keyd.enable = true;
|
keyd.enable = true;
|
||||||
sway.enable = true;
|
sway.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue