zaphyra's git: nixfiles

zaphyra's nixfiles

commit 98c539bbd00bc29ca704e7ce766734e55342d1bf
parent c46db11424e473ae9cea0df4f32d88807e35e9de
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Mon, 21 Jul 2025 08:57:33 +0200

config/home/zaphyra/services/swayidle: suspend after 30 mins
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/config/home/zaphyra/services/swayidle.nix b/config/home/zaphyra/services/swayidle.nix
@@ -13,6 +13,10 @@
         timeout = 180;
         command = "${lib.getExe' pkgs.systemd "loginctl"} lock-session";
       }
+      {
+        timeout = 30*60;
+        command = "${lib.getExe' pkgs.systemd "systemctl"} spspend";
+      }
     ];
   };