diff --git a/snippets/zsh.nix b/snippets/zsh.nix index 77ba294..18830d0 100644 --- a/snippets/zsh.nix +++ b/snippets/zsh.nix @@ -13,25 +13,25 @@ # [ "$(tty)" = "/dev/tty1" ] && exec sway ''; defaultKeymap = "emacs"; - plugins = [ - { - name = "pure"; - src = pkgs.fetchFromGitHub { - owner = "sindresorhus"; - repo = "pure"; - rev = "v1.23.0"; - hash = "sha256-BmQO4xqd/3QnpLUitD2obVxL0UulpboT8jGNEh4ri8k="; - }; - } - { - name = "zsh-syntax-highlighting"; - src = pkgs.fetchFromGitHub { - owner = "zsh-users"; - repo = "zsh-syntax-highlighting"; - rev = "0.8.0"; - hash = "sha256-iJdWopZwHpSyYl5/FQXEW7gl/SrKaYDEtTH9cGP7iPo="; - }; - } - ]; + # plugins = [ + # { + # name = "pure"; + # src = pkgs.fetchFromGitHub { + # owner = "sindresorhus"; + # repo = "pure"; + # rev = "v1.23.0"; + # hash = "sha256-BmQO4xqd/3QnpLUitD2obVxL0UulpboT8jGNEh4ri8k="; + # }; + # } + # { + # name = "zsh-syntax-highlighting"; + # src = pkgs.fetchFromGitHub { + # owner = "zsh-users"; + # repo = "zsh-syntax-highlighting"; + # rev = "0.8.0"; + # hash = "sha256-iJdWopZwHpSyYl5/FQXEW7gl/SrKaYDEtTH9cGP7iPo="; + # }; + # } + # ]; }; }