home: zsh: use packaged 'fast-syntax-highlighting'

This commit is contained in:
Bruno BELANYI 2022-03-02 16:49:32 +01:00
parent 508b30eadd
commit c259fe87a0

View file

@ -25,12 +25,8 @@ in
plugins = with pkgs; [
{
name = "fast-syntax-highlighting";
src = fetchFromGitHub {
owner = "zdharma";
repo = "fast-syntax-highlighting";
rev = "v1.55";
sha256 = "sha256-DWVFBoICroKaKgByLmDEo4O+xo6eA8YO792g8t8R7kA=";
};
file = "share/zsh/site-functions/fast-syntax-highlighting.plugin.zsh";
src = pkgs.zsh-fast-syntax-highlighting;
}
{
name = "agkozak-zsh-prompt";