fuji: update configuratio syntax, format

This commit is contained in:
2026-05-23 08:30:07 +02:00
parent f1b03824b2
commit f8283e61df

View File

@@ -270,7 +270,7 @@ in
enable = true;
promptInit = "";
enableCompletion = false;
setOptions = [];
setOptions = [ ];
};
firejail.enable = true;
adb.enable = true;
@@ -441,8 +441,12 @@ in
};
};
logind = {
powerKey = "suspend";
logind.settings.Login = {
HandlePowerKey = "suspend";
HandleLidSwitch = "suspend";
HandleLidSwitchExternalPower = "suspend";
HandleLidSwitchDocked = "ignore";
KillUserProcesses = true;
};
desktopManager = {
@@ -622,10 +626,6 @@ in
SystemMaxUse=50M
'';
logind.settings.Login = {
KillUserProcesses = true;
};
};
fonts = {