mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 15:14:26 +00:00
antidote: cleanup unused bindings
This commit is contained in:
parent
35cbed7ac7
commit
0962772e0b
1 changed files with 0 additions and 4 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue