From 85e31e5d6c0884faf8686b2850c7a2de342ebbd2 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 3 May 2023 16:52:31 +0000 Subject: [PATCH] home: zsh: remove unused 'with pkgs' --- home/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/zsh/default.nix b/home/zsh/default.nix index 2e645c2..4cadb57 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -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";