From f8283e61dfdce9580656979c036e7bb70e2bd87d Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sat, 23 May 2026 08:30:07 +0200 Subject: [PATCH] fuji: update configuratio syntax, format --- fuji/configuration.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/fuji/configuration.nix b/fuji/configuration.nix index eaa1361..c30ea5a 100644 --- a/fuji/configuration.nix +++ b/fuji/configuration.nix @@ -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 = {