1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-22 22:48:31 +02:00

antidote: cleanup unused bindings

This commit is contained in:
Damien Cassou 2023-08-27 19:10:01 +02:00 committed by Robert Helgesson
parent 35cbed7ac7
commit 0962772e0b
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -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}