diff --git a/.config/zsh/lib/30-nix.zsh b/.config/zsh/lib/30-nix.zsh new file mode 100644 index 0000000..e46e339 --- /dev/null +++ b/.config/zsh/lib/30-nix.zsh @@ -0,0 +1,3 @@ +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 \ No newline at end of file