diff --git a/modules/services/window-managers/hyprland.nix b/modules/services/window-managers/hyprland.nix index ed41e8d2d..5d3ff438c 100644 --- a/modules/services/window-managers/hyprland.nix +++ b/modules/services/window-managers/hyprland.nix @@ -256,5 +256,12 @@ in { After = [ "graphical-session-pre.target" ]; }; }; + + systemd.user.targets.tray = { + Unit = { + Description = "Home Manager System Tray"; + Requires = [ "graphical-session-pre.target" ]; + }; + }; }; }