zsh: Setup nix on Spotcap laptop
1 file changed, 4 insertions(+), 0 deletions(-)
M host-ap-spotcap.local/config/zsh/zshenv.local → host-ap-spotcap.local/config/zsh/zshenv.local
@@ -1,1 +1,5 @@ # -*- mode: sh; -*- +if [[ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]] +then + . $HOME/.nix-profile/etc/profile.d/nix.sh; +fi