diff --git a/home/c/programs/hypr/default.nix b/home/c/programs/hypr/default.nix index 16de424..a3e9483 100644 --- a/home/c/programs/hypr/default.nix +++ b/home/c/programs/hypr/default.nix @@ -26,7 +26,7 @@ in { services = { blueman-applet.enable = true; network-manager-applet.enable = true; - kanshi.systemdTarget = "graphical-session.target"; + kanshi.systemdTarget = "hyprland-session.target"; udiskie = { enable = true; tray = "auto"; diff --git a/modules/trayscale.nix b/modules/trayscale.nix index 9a67ec5..f2707a8 100644 --- a/modules/trayscale.nix +++ b/modules/trayscale.nix @@ -28,7 +28,7 @@ in { Unit = { Description = "An unofficial GUI wrapper around the Tailscale CLI client"; Requires = ["tray.target"]; - After = ["graphical-session-pre.target" "tray.target" "tailscaled.service"]; + After = ["graphical-session-pre.target" "tray.target"]; PartOf = ["graphical-session.target"]; }; Install = {WantedBy = ["graphical-session.target"];};