From 31ae1bc2fff9660a1870161e064e86d3b4d6b396 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 18 Aug 2019 06:32:31 +0200 Subject: [PATCH] alot: fix account extraConfig section --- modules/programs/alot.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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