antidote: cleanup unused bindings
This commit is contained in:
parent
35cbed7ac7
commit
0962772e0b
|
@ -4,10 +4,6 @@ with lib;
|
||||||
let
|
let
|
||||||
cfg = config.programs.zsh.antidote;
|
cfg = config.programs.zsh.antidote;
|
||||||
|
|
||||||
relToDotDir = file:
|
|
||||||
(optionalString (config.programs.zsh.dotDir != null)
|
|
||||||
(config.programs.zsh.dotDir + "/")) + file;
|
|
||||||
|
|
||||||
zPluginStr = (pluginNames:
|
zPluginStr = (pluginNames:
|
||||||
optionalString (pluginNames != [ ]) "${concatStrings (map (name: ''
|
optionalString (pluginNames != [ ]) "${concatStrings (map (name: ''
|
||||||
${name}
|
${name}
|
||||||
|
|
Loading…
Reference in a new issue