diff --git a/.zshrc b/.zshrc index 0a66fb2..86b5bb6 100644 --- a/.zshrc +++ b/.zshrc @@ -56,6 +56,10 @@ ${SKIP_PLUGINS:-false} || { zinit load "zsh-users/zsh-history-substring-search" zinit load "zsh-users/zsh-completions" + # Plugins for use with Nix + zinit load "chisui/zsh-nix-shell" + zinit load "spwhitt/nix-zsh-completions" + ## Theme # terminal colors [ -f "$SHELL_CONFIG_DIR/colors.sh" ] ||