diff options
-rw-r--r-- | email.nix | 8 | ||||
-rw-r--r-- | mailcap | 2 | ||||
-rw-r--r-- | packages.nix | 1 |
3 files changed, 10 insertions, 1 deletions
@@ -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; }; @@ -1,4 +1,4 @@ -text/html; w3m -I %{charset} -T text/html; copiousoutput; +text/html; w3m -dump -o document_charset=%{charset} '%s'; nametemplate=%s.html; copiousoutput application/pdf; apvlv %s image/*; feh %s application/msword; antiword %s; copiousoutput diff --git a/packages.nix b/packages.nix index e2b5242..6804a72 100644 --- a/packages.nix +++ b/packages.nix @@ -35,6 +35,7 @@ tmux tree unrar urlscan +w3m xterm yank youtube-dl |