use flake 2> >(grep -v '/bin/bash:' >&2)

# Preserve user's local bin paths for tools not in nixpkgs (e.g. claude)
PATH_add "$HOME/.npm-global/bin"
PATH_add "$HOME/.local/bin"
