home: zsh: use packaged 'fast-syntax-highlighting'
This commit is contained in:
parent
508b30eadd
commit
c259fe87a0
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue