diff --git a/home/.zshenv b/home/.zshenv index 9a556fe..181d7c9 100644 --- a/home/.zshenv +++ b/home/.zshenv @@ -16,3 +16,5 @@ export CVS_RSH=ssh # Load asdf . $(brew --prefix asdf)/asdf.sh + +[ -e $HOME/.nix-profile/etc/profile.d/nix.sh ] && . $HOME/.nix-profile/etc/profile.d/nix.sh \ No newline at end of file