programs/terminal/emulators/ghostty: rename service
This commit is contained in:
parent
c7fbdb2a3f
commit
9506714dd0
1 changed files with 2 additions and 1 deletions
|
@ -97,7 +97,8 @@ in {
|
||||||
packages = [pkgs.ghostty];
|
packages = [pkgs.ghostty];
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.services.ghosttyd = {
|
systemd.user.services.ghostty = {
|
||||||
|
name = "ghostty";
|
||||||
description = "ghosttyd™";
|
description = "ghosttyd™";
|
||||||
partOf = ["graphical-session.target"];
|
partOf = ["graphical-session.target"];
|
||||||
after = ["graphical-session.target"];
|
after = ["graphical-session.target"];
|
||||||
|
|
Loading…
Add table
Reference in a new issue