powerManagement: added logind settings
This commit is contained in:
parent
7f9bdf2555
commit
fdecab4621
|
@ -11,6 +11,11 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
logind = {
|
||||
lidSwitch = "hybrid-sleep";
|
||||
lidSwitchDocked = "hybrid-sleep";
|
||||
};
|
||||
thermald.enable = true;
|
||||
upower = {
|
||||
enable = true; # Enable application power managemetn support
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue