diff --git a/profiles/powerManagement.nix b/profiles/powerManagement.nix index e83fe4c..9c9b3c8 100644 --- a/profiles/powerManagement.nix +++ b/profiles/powerManagement.nix @@ -11,6 +11,11 @@ }; services = { + logind = { + lidSwitch = "hybrid-sleep"; + lidSwitchDocked = "hybrid-sleep"; + }; + thermald.enable = true; upower = { enable = true; # Enable application power managemetn support };