fuji: update configuratio syntax, format

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

View File

@@ -441,8 +441,12 @@ in
}; };
}; };
logind = { logind.settings.Login = {
powerKey = "suspend"; HandlePowerKey = "suspend";
HandleLidSwitch = "suspend";
HandleLidSwitchExternalPower = "suspend";
HandleLidSwitchDocked = "ignore";
KillUserProcesses = true;
}; };
desktopManager = { desktopManager = {
@@ -622,10 +626,6 @@ in
SystemMaxUse=50M SystemMaxUse=50M
''; '';
logind.settings.Login = {
KillUserProcesses = true;
};
}; };
fonts = { fonts = {