programs/terminal/emulators/ghostty: add programs to service path (avoid x not found)

This commit is contained in:
Anthony Rodriguez 2025-01-28 23:32:21 +01:00
parent c2566571ab
commit f1353b550c
Signed by: nezia
SSH key fingerprint: SHA256:R/ue1eTzTHUoo77lJD/3fSUsyL4AwvcHImU5BAZai+8

View file

@ -102,6 +102,7 @@ in {
partOf = ["graphical-session.target"];
after = ["graphical-session.target"];
wantedBy = ["graphical-session.target"];
path = with pkgs; [carapace starship zoxide];
serviceConfig = {
Type = "simple";