From e130455648381d154039d3b59f6b4bbe174d6587 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Wed, 16 Oct 2024 12:47:15 +0200 Subject: [PATCH] ZSH: Add nix --- .config/zsh/lib/30-nix.zsh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/zsh/lib/30-nix.zsh 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