diff options
| author | brustybee <beebeeb5k@gmail.com> | 2026-04-02 18:21:35 +0530 |
|---|---|---|
| committer | brustybee <beebeeb5k@gmail.com> | 2026-04-02 18:21:35 +0530 |
| commit | 11c1dfefd2a2839a934fa3f36fca81033895f83a (patch) | |
| tree | 84255d8561c6cceb950c97eb3a604e44d22407d5 /common/modules/mango/swayidleNdLock.nix | |
| parent | 778e60af5ef6771938895490e9246b5183871798 (diff) | |
Update systemd target option type for waybar and swayidle
Diffstat (limited to 'common/modules/mango/swayidleNdLock.nix')
| -rw-r--r-- | common/modules/mango/swayidleNdLock.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/mango/swayidleNdLock.nix b/common/modules/mango/swayidleNdLock.nix index 7a9cc1a..2788db9 100644 --- a/common/modules/mango/swayidleNdLock.nix +++ b/common/modules/mango/swayidleNdLock.nix @@ -17,7 +17,7 @@ in services.swayidle = { enable = true; - systemdTarget = "mango-session.target"; + systemdTarget = [ "mango-session.target" ]; events = { "before-sleep" = swaylock_cmd; |
