From 9506714dd091ddbef2f8ed347146411ca4c2c2df Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Sun, 2 Feb 2025 13:55:41 +0100 Subject: [PATCH] programs/terminal/emulators/ghostty: rename service --- modules/programs/terminal/emulators/ghostty.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"];