diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/profile.d/hydrogen | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/profile.d/hydrogen b/zsh/profile.d/hydrogen index b9d418b..61f9cdf 100644 --- a/zsh/profile.d/hydrogen +++ b/zsh/profile.d/hydrogen @@ -13,4 +13,8 @@ if (( UID )); then export MAILDIR="$HOME"/mail fi +if [ -e "/etc/nix/nix-profile.sh" ]; then + source /etc/profile.d/nix.sh +fi + # vim: ft=zsh |