profiles: laptop: enable upower
This commit is contained in:
parent
853bb7a0ce
commit
2128286779
1 changed files with 3 additions and 0 deletions
|
|
@ -10,5 +10,8 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
# Enable touchpad support
|
# Enable touchpad support
|
||||||
services.xserver.libinput.enable = true;
|
services.xserver.libinput.enable = true;
|
||||||
|
|
||||||
|
# Enable upower power management
|
||||||
|
my.modules.upower.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue