From e05f450039be9c49160a3c95de15fca630e00657 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 12 Mar 2019 10:03:33 -0700 Subject: Add alot with html email viewing --- email.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'email.nix') diff --git a/email.nix b/email.nix index b8d9e3f..da1c3e0 100644 --- a/email.nix +++ b/email.nix @@ -12,6 +12,7 @@ in primary = true; realName = "Ben Sima"; address = "ben@bsima.me"; + alot.sendMailCommand = "${homedir}/bin/sendmail"; folders = { inbox = "INBOX"; }; @@ -120,6 +121,13 @@ in extraConfig = builtins.readFile ./afew.ini; }; + alot = { + enable = true; + extraConfig = '' + theme = solarized_light + ''; + }; + mbsync = { enable = true; }; -- cgit v1.2.3