mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01: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
|
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