diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2026-03-31 21:35:58 +0530 |
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2026-03-31 23:16:04 +0530 |
| commit | 4cf0ef74c167d27f3c4e8c122f1b791241e48b88 (patch) | |
| tree | f5de3a63c8a722e59e09083198552522a1829f6d /home/wayland/modules/sway/swayidle.nix | |
| parent | 3c8bc3a9784c9118122e4f44d74fdfe45c42454f (diff) | |
chore(nix/flake): bump lock
Diffstat (limited to 'home/wayland/modules/sway/swayidle.nix')
| -rw-r--r-- | home/wayland/modules/sway/swayidle.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/wayland/modules/sway/swayidle.nix b/home/wayland/modules/sway/swayidle.nix index b7d7d26..a22027b 100644 --- a/home/wayland/modules/sway/swayidle.nix +++ b/home/wayland/modules/sway/swayidle.nix @@ -56,7 +56,7 @@ in services.swayidle = { enable = true; - systemdTarget = "sway-session.target"; + systemdTargets = [ "sway-session.target" ]; events."before-sleep" = swaylock; timeouts = [ |
