profiles: laptop: enable upower

This commit is contained in:
Bruno BELANYI 2021-05-10 17:48:00 +02:00
parent 853bb7a0ce
commit 2128286779
1 changed files with 3 additions and 0 deletions

View File

@ -10,5 +10,8 @@ in
config = lib.mkIf cfg.enable {
# Enable touchpad support
services.xserver.libinput.enable = true;
# Enable upower power management
my.modules.upower.enable = true;
};
}