diff --git a/home-manager/linux/programs/hyprland.nix b/home-manager/linux/programs/hyprland.nix index af46482..cf08e7a 100644 --- a/home-manager/linux/programs/hyprland.nix +++ b/home-manager/linux/programs/hyprland.nix @@ -319,7 +319,7 @@ in with lib; { systemd.user.services.pypr = { Unit = { Description = "pypr"; - After = [ "graphical-session.target" ]; + After = [ "tray.target" ]; }; Service = { Type = "simple";