1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 01:18:32 +02:00

alot: fix account extraConfig section

This commit is contained in:
pacien 2019-08-18 06:32:31 +02:00 committed by Robert Helgesson
parent 6932e6330e
commit 31ae1bc2ff
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -38,11 +38,10 @@ let
boolStr (signature.showSignature == "attach");
}
)
++ [ alot.extraConfig ]
++ [ "[[[abook]]]" ]
++ mapAttrsToList (n: v: n + "=" + v) alot.contactCompletion
)
+ "\n"
+ alot.extraConfig;
);
configFile =
let