diff --git a/runcoms/zshenv b/runcoms/zshenv index 6e8a104..3c57e34 100644 --- a/runcoms/zshenv +++ b/runcoms/zshenv @@ -22,3 +22,5 @@ fi if command -v direnv &> /dev/null; then eval "$(direnv hook zsh)" fi + +if [ -e ~/.nix-profile/etc/profile.d/nix.sh ]; then . ~/.nix-profile/etc/profile.d/nix.sh; fi