mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:06:41 +00:00
8 lines
139 B
Bash
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
|