Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
services = {
|
||||
logind.settings.Login = {
|
||||
powerKey = "suspend";
|
||||
lidSwitch = "suspend";
|
||||
lidSwitchExternalPower = "lock";
|
||||
};
|
||||
|
||||
power-profiles-daemon.enable = true;
|
||||
|
||||
# battery info
|
||||
upower = {
|
||||
enable = true;
|
||||
percentageLow = 20;
|
||||
percentageCritical = 10;
|
||||
percentageAction = 3;
|
||||
criticalPowerAction = "PowerOff";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user