diff --git a/modules/programs/alot.nix b/modules/programs/alot.nix index 32796b1cf..2b28f34ca 100644 --- a/modules/programs/alot.nix +++ b/modules/programs/alot.nix @@ -38,11 +38,10 @@ let boolStr (signature.showSignature == "attach"); } ) + ++ [ alot.extraConfig ] ++ [ "[[[abook]]]" ] ++ mapAttrsToList (n: v: n + "=" + v) alot.contactCompletion - ) - + "\n" - + alot.extraConfig; + ); configFile = let