mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
alot: fix account extraConfig section
This commit is contained in:
parent
6932e6330e
commit
31ae1bc2ff
1 changed files with 2 additions and 3 deletions
|
@ -38,11 +38,10 @@ let
|
|||
boolStr (signature.showSignature == "attach");
|
||||
}
|
||||
)
|
||||
++ [ alot.extraConfig ]
|
||||
++ [ "[[[abook]]]" ]
|
||||
++ mapAttrsToList (n: v: n + "=" + v) alot.contactCompletion
|
||||
)
|
||||
+ "\n"
|
||||
+ alot.extraConfig;
|
||||
);
|
||||
|
||||
configFile =
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue