programs/terminal/emulators/ghostty: add programs to service path (avoid x not found)
This commit is contained in:
parent
c2566571ab
commit
f1353b550c
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ in {
|
||||||
partOf = ["graphical-session.target"];
|
partOf = ["graphical-session.target"];
|
||||||
after = ["graphical-session.target"];
|
after = ["graphical-session.target"];
|
||||||
wantedBy = ["graphical-session.target"];
|
wantedBy = ["graphical-session.target"];
|
||||||
|
path = with pkgs; [carapace starship zoxide];
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
|
|
Loading…
Reference in a new issue