dotfiles/.config/zsh/lib/30-nix.zsh
2024-10-16 12:47:15 +02:00

3 lines
142 B
Bash

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