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/waybar.nix | |
| parent | 778e60af5ef6771938895490e9246b5183871798 (diff) | |
Update systemd target option type for waybar and swayidle
Diffstat (limited to 'common/modules/mango/waybar.nix')
| -rw-r--r-- | common/modules/mango/waybar.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/mango/waybar.nix b/common/modules/mango/waybar.nix index e980bbf..54d9e59 100644 --- a/common/modules/mango/waybar.nix +++ b/common/modules/mango/waybar.nix @@ -14,7 +14,7 @@ in programs.waybar = { enable = config.beeMods.mango.waybar; systemd.enable = true; - systemd.target = "mango-session.target"; + systemd.target = [ "mango-session.target" ]; # package = pkgs.waybar.overrideAttrs (oldAttrs: { # mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ]; # }); |
