summaryrefslogtreecommitdiff
path: root/lib/email.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-03-14 11:28:32 -0400
committerBen Sima <ben@bsima.me>2022-03-14 11:28:46 -0400
commitc0cf18c620b2d6ca72d47b21d4c4bafae00bca13 (patch)
treec8ae1f894c9ca5aac53fffe7772fd628a3617f02 /lib/email.nix
parent884af6c107cf64dd4f60d5c155bcba635e9a8aa8 (diff)
update nixpkgs version
Diffstat (limited to 'lib/email.nix')
-rw-r--r--lib/email.nix15
1 files changed, 8 insertions, 7 deletions
diff --git a/lib/email.nix b/lib/email.nix
index 831d52b..061cf46 100644
--- a/lib/email.nix
+++ b/lib/email.nix
@@ -19,7 +19,8 @@ in
realName = "Ben Sima";
address = "ben@bsima.me";
userName = "ben@simatime.com";
- alot.sendMailCommand = "${homedir}/bin/sendmail";
+ # alot is broken in nixpkgs 21.11
+ #alot.sendMailCommand = "${homedir}/bin/sendmail";
imap = {
host = "simatime.com";
port = 993;
@@ -84,12 +85,12 @@ in
extraConfig = builtins.readFile ./afew.ini;
};
- alot = {
- enable = true;
- extraConfig = ''
- theme = solarized_light
- '';
- };
+ #alot = {
+ # enable = true;
+ # extraConfig = ''
+ # theme = solarized_light
+ # '';
+ #};
mbsync = {
enable = true;