ZSH: Add nix

This commit is contained in:
Christian Baer 2024-10-16 12:47:15 +02:00
parent ecda1678ee
commit e130455648

View File

@ -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