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}