From fefba16aaedf4d798bf446dc078affa8ca81e533 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Fri, 12 May 2023 18:23:11 +0200 Subject: [PATCH] Formatting --- home/mail/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/mail/default.nix b/home/mail/default.nix index cf77fe9..3ca09a1 100644 --- a/home/mail/default.nix +++ b/home/mail/default.nix @@ -23,10 +23,10 @@ let imap.host = host; smtp.host = host; passwordCommand = "${pkgs.libsecret}/bin/secret-tool lookup email ${address}"; - signature = { - text = displayName; - showSignature = "append"; - }; + signature = { + text = displayName; + showSignature = "append"; + }; aerc = { enable = true; extraAccounts = {