diff --git a/custompkg/root/etc/skel/Library/bashrc.d/000.nix.sh b/custompkg/root/etc/skel/Library/bashrc.d/000.nix.sh new file mode 100644 index 0000000..219e83c --- /dev/null +++ b/custompkg/root/etc/skel/Library/bashrc.d/000.nix.sh @@ -0,0 +1,3 @@ +if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then + . $HOME/.nix-profile/etc/profile.d/nix.sh; +fi