dotfiles/dot_config/bash/nix.sh

4 lines
107 B
Bash

if [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then
. "$HOME/.nix-profile/etc/profile.d/nix.sh"
fi