Removed plugins for zsh.

This commit is contained in:
vorboyvo 2024-12-03 11:46:01 -05:00
parent 8a03292862
commit dd1bd44945

View file

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