home: zsh: remove unused 'with pkgs'

This commit is contained in:
Bruno BELANYI 2023-05-03 16:52:31 +00:00
parent 185b1d5490
commit 85e31e5d6c

View file

@ -38,7 +38,7 @@ in
path = "${config.xdg.dataHome}/zsh/zsh_history";
};
plugins = with pkgs; [
plugins = [
{
name = "fast-syntax-highlighting";
file = "share/zsh/site-functions/fast-syntax-highlighting.plugin.zsh";