mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
antidote: cleanup unused bindings
This commit is contained in:
committed by
Robert Helgesson
parent
35cbed7ac7
commit
0962772e0b
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user