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:
@@ -18,6 +18,9 @@ elif [ -n "$ZSH_VERSION" ]; then
|
|||||||
source "$DOTSHELL/zshrc.sh"
|
source "$DOTSHELL/zshrc.sh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Package management
|
||||||
|
source "$DOTSHELL/nix.sh"
|
||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
source "$DOTSHELL/aliases.sh"
|
source "$DOTSHELL/aliases.sh"
|
||||||
|
|
||||||
|
|||||||
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