home: zsh: remove unused 'with pkgs'
This commit is contained in:
parent
185b1d5490
commit
85e31e5d6c
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue