mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add setup for Nix package manager
This commit is contained in:
7
shell/nix.sh
Normal file
7
shell/nix.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# Nix package manager
|
||||
#
|
||||
|
||||
if [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then
|
||||
source "$HOME/.nix-profile/etc/profile.d/nix.sh"
|
||||
fi
|
||||
Reference in New Issue
Block a user