terminal/shell/nushell: add carapace and zoxide to ghostty's service path
This commit is contained in:
parent
8df739598c
commit
feed3b7561
1 changed files with 6 additions and 0 deletions
|
@ -91,5 +91,11 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# needed for ghostty, as it runs as a systemd service (for faster startups)
|
||||||
|
systemd.user.services.ghosttyd.path = [
|
||||||
|
pkgs.carapace
|
||||||
|
pkgs.zoxide
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue