programs/terminal/emulators/ghostty: rename service

This commit is contained in:
Anthony Rodriguez 2025-02-02 13:55:41 +01:00
parent c7fbdb2a3f
commit 9506714dd0
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA

View file

@ -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"];