mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
alot: fix account extraConfig section
(cherry picked from commit 31ae1bc2ff
)
This commit is contained in:
parent
176e82ee1c
commit
35d31c390d
1 changed files with 2 additions and 3 deletions
|
@ -36,11 +36,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