home/zsh: fix fast-syntax-higlighting path

This commit is contained in:
2025-12-01 16:22:11 +01:00
parent 9b91a96a73
commit 86642401b0

View File

@@ -81,7 +81,7 @@
{ {
name = "zsh-fast-syntax-highlighting"; name = "zsh-fast-syntax-highlighting";
src = pkgs.zsh-fast-syntax-highlighting; src = pkgs.zsh-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";
} }
]; ];