terminal/shell/nushell: add carapace and zoxide to ghostty's service path

This commit is contained in:
Anthony Rodriguez 2025-01-28 13:04:54 +01:00
parent 8df739598c
commit feed3b7561
Signed by: nezia
SSH key fingerprint: SHA256:R/ue1eTzTHUoo77lJD/3fSUsyL4AwvcHImU5BAZai+8

View file

@ -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
];
}; };
} }