all repos — nixfiles @ 8b897dd81058f7a3e3cfff6a02b8f06aa86370ea

System and user configuration, managed by nix and home-manager

host-ap-spotcap.local/config/zsh/zshenv.local (view raw)

1
2
3
4
5
# -*- mode: sh; -*-
if [[ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]]
then
	. $HOME/.nix-profile/etc/profile.d/nix.sh;
fi