programs/terminal/emulators/ghostty: goodbye ghosttyd 💔
This commit is contained in:
parent
c8f87c05dc
commit
6ea4799042
1 changed files with 0 additions and 15 deletions
|
@ -96,20 +96,5 @@ in {
|
||||||
];
|
];
|
||||||
packages = [pkgs.ghostty];
|
packages = [pkgs.ghostty];
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.services.ghosttyd = {
|
|
||||||
description = "ghosttyd™";
|
|
||||||
partOf = ["graphical-session.target"];
|
|
||||||
after = ["graphical-session.target"];
|
|
||||||
wantedBy = ["graphical-session.target"];
|
|
||||||
path = with pkgs; [carapace starship zoxide];
|
|
||||||
|
|
||||||
serviceConfig = {
|
|
||||||
Type = "simple";
|
|
||||||
ExecStart = "${pkgs.ghostty}/bin/ghostty --initial-window=false --quit-after-last-window-closed=false";
|
|
||||||
Slice = "background-graphical.slice";
|
|
||||||
Restart = "on-failure";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue