From 0962772e0bc4631394b694df27331e9a3a5a5028 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Sun, 27 Aug 2023 19:10:01 +0200 Subject: [PATCH] antidote: cleanup unused bindings --- modules/programs/antidote.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/programs/antidote.nix b/modules/programs/antidote.nix index f1fa044ce..b4f98b117 100644 --- a/modules/programs/antidote.nix +++ b/modules/programs/antidote.nix @@ -4,10 +4,6 @@ with lib; let cfg = config.programs.zsh.antidote; - relToDotDir = file: - (optionalString (config.programs.zsh.dotDir != null) - (config.programs.zsh.dotDir + "/")) + file; - zPluginStr = (pluginNames: optionalString (pluginNames != [ ]) "${concatStrings (map (name: '' ${name}