diff --git a/shell/_main.sh b/shell/_main.sh index 343e565..54882ed 100755 --- a/shell/_main.sh +++ b/shell/_main.sh @@ -23,9 +23,6 @@ elif [ -n "$ZSH_VERSION" ]; then source "$DOTSHELL/zshrc.zsh" fi -# Package management -source "$DOTSHELL/nix.sh" - # Aliases source "$DOTSHELL/aliases.sh" diff --git a/shell/nix.sh b/shell/nix.sh deleted file mode 100644 index ded7eb5..0000000 --- a/shell/nix.sh +++ /dev/null @@ -1,7 +0,0 @@ -# -# Nix package manager -# - -if [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then - source "$HOME/.nix-profile/etc/profile.d/nix.sh" -fi