fuji: update configuratio syntax, format
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user