Compare commits
No commits in common. "9e88ab28c323ca25b2ca5f087cb965ee4a681ab8" and "6196850d1fcedda939d517add38a5d72970727be" have entirely different histories.
9e88ab28c3
...
6196850d1f
@ -32,16 +32,14 @@
|
||||
TPACPI_ENABLE = 1;
|
||||
TPSMAPI_ENABLE = 1;
|
||||
|
||||
# Disable bluetooth on startup
|
||||
DEVICES_TO_DISABLE_ON_STARTUP = "bluetooth";
|
||||
# Disable touchscreen to save battery
|
||||
RUNTIME_PM_DRIVER_BLACKLIST = "usbhid";
|
||||
};
|
||||
};
|
||||
|
||||
# Suspend to RAM/disk when battery is critical
|
||||
services.upower = {
|
||||
enable = true;
|
||||
percentageLow = 15;
|
||||
percentageCritical = 10;
|
||||
percentageAction = 7;
|
||||
percentageAction = 5;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user