home: zsh: fix plug-in path
Some checks failed
ci/woodpecker/push/check Pipeline failed

The upstream commit [1] said it was a non-breaking change, but didn't
actually setup the symlinks for this package...

[1]: 10f01ded353d5a76c6acbecaa0ac5e5063f60c13
This commit is contained in:
Bruno BELANYI 2025-11-07 14:48:49 +00:00
parent c6176c4d92
commit 6e8dbe20e9

View file

@ -72,7 +72,7 @@ in
plugins = [
{
name = "fast-syntax-highlighting";
file = "share/zsh/site-functions/fast-syntax-highlighting.plugin.zsh";
file = "share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh";
src = pkgs.zsh-fast-syntax-highlighting;
}
{