darp8 specific changes

This commit is contained in:
2026-01-20 10:40:09 +00:00
parent 17873e94fc
commit 687d6ef61f
2 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -152,14 +152,14 @@
"acSuspendTimeout": 900, "acSuspendTimeout": 900,
"acSuspendBehavior": 0, "acSuspendBehavior": 0,
"acProfileName": "", "acProfileName": "",
"batteryMonitorTimeout": 600, "batteryMonitorTimeout": 900,
"batteryLockTimeout": 300, "batteryLockTimeout": 300,
"batterySuspendTimeout": 600, "batterySuspendTimeout": 1200,
"batterySuspendBehavior": 2, "batterySuspendBehavior": 2,
"batteryProfileName": "", "batteryProfileName": "",
"lockBeforeSuspend": true, "lockBeforeSuspend": true,
"loginctlLockIntegration": true, "loginctlLockIntegration": true,
"fadeToLockEnabled": false, "fadeToLockEnabled": true,
"fadeToLockGracePeriod": 5, "fadeToLockGracePeriod": 5,
"launchPrefix": "", "launchPrefix": "",
"brightnessDevicePins": {}, "brightnessDevicePins": {},
+2
View File
@@ -10,6 +10,8 @@
# BEGIN PER-HOST PACKAGES # BEGIN PER-HOST PACKAGES
home.packages = with pkgs; [ home.packages = with pkgs; [
android-studio
genymotion
prismlauncher prismlauncher
mcpelauncher-ui-qt mcpelauncher-ui-qt
]; ];