dotfiles/shell/nix

9 lines
286 B
Bash
Executable file

if [[ -e /Users/lloeki/.nix-profile/etc/profile.d/nix.sh ]]; then
. /Users/lloeki/.nix-profile/etc/profile.d/nix.sh
fi
#if [[ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]]; then
# . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
#fi
# vim: ft=bash