dotfiles/dot_config/bash/nix.sh

4 lines
107 B
Bash
Raw Normal View History

2022-05-10 13:58:50 -04:00
if [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then
. "$HOME/.nix-profile/etc/profile.d/nix.sh"
fi