Files
dotfiles/shell/nix.sh

8 lines
139 B
Bash

#
# Nix package manager
#
if [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then
source "$HOME/.nix-profile/etc/profile.d/nix.sh"
fi