This commit is contained in:
Harivansh Rathi 2026-03-14 15:54:30 -04:00
parent 25296e3504
commit ba0f284dba
3 changed files with 87 additions and 2 deletions

View file

@ -42,7 +42,9 @@
};
envExtra = ''
. "$HOME/.cargo/env"
if [[ -f "$HOME/.cargo/env" ]]; then
. "$HOME/.cargo/env"
fi
# Ghostty shell integration expects a resource directory; the Nix app
# bundle lives in the store instead of /Applications.