diff --git a/nixos/gui-pkgs.nix b/nixos/gui-pkgs.nix index 00e315d..5eafd7b 100644 --- a/nixos/gui-pkgs.nix +++ b/nixos/gui-pkgs.nix @@ -87,8 +87,8 @@ in systemd.user.services = { ktailctl = { enable = true; - after = [ "network.target" ]; - wantedBy = [ "default.target" ]; + after = [ "plasma-kcminit.service" ]; # Wait until Plasma session is initialized + wantedBy = [ "plasma-kcminit.service" ]; # Start the service along with Plasma session description = "A GUI to monitor and manage Tailscale on your Linux desktop, built using KDE Frameworks and Kirigami2."; serviceConfig = { Type = "simple";