ctucx.git: nixfiles

ctucx' nixfiles

commit d39e5f7c50c7b780fc411ac41261c6abb930fc5d
parent a3900b4994e2d19c4e04cfb912582897308af4ec
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 10 Oct 2021 20:38:07 +0200

some changes
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configurations/desktop-sway.nix b/configurations/desktop-sway.nix
@@ -35,21 +35,22 @@
     ./qt.nix
     ./xdg.nix
 
-    ./yubikey.nix
     ./programs/systemd-lock-handler.nix
 
+    ./yubikey.nix
     ./programs/cli/password-store.nix
 
     ./programs/pipewire.nix
     ./programs/physlock.nix
     ./programs/usbmuxd.nix
 
-    ./programs/gammastep.nix
-
     ./programs/sway.nix
+
+    ./programs/gammastep.nix
     ./programs/waybar
     ./programs/mako.nix
     ./programs/swaylock.nix
+
     ./programs/alacritty.nix
 
 	./programs/firefox.nix
diff --git a/configurations/mobile-device.nix b/configurations/mobile-device.nix
@@ -37,7 +37,6 @@
     upower.enable                 = true;
 
     logind.lidSwitch              = "lock";
-    logind.lidSwitchExternalPower = "ignore";
     logind.extraConfig = ''
        HandlePowerKey=suspend
     '';