diff --git a/modules/programs/terminal/emulators/ghostty.nix b/modules/programs/terminal/emulators/ghostty.nix index 2dc6530..c299681 100644 --- a/modules/programs/terminal/emulators/ghostty.nix +++ b/modules/programs/terminal/emulators/ghostty.nix @@ -97,7 +97,8 @@ in { packages = [pkgs.ghostty]; }; - systemd.user.services.ghosttyd = { + systemd.user.services.ghostty = { + name = "ghostty"; description = "ghosttyd™"; partOf = ["graphical-session.target"]; after = ["graphical-session.target"];