about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-08-08 03:24:28 +0200
committeraszlig <aszlig@nix.build>2020-08-08 03:27:26 +0200
commit90721ace8c77fa4203e21dc5926c2da816416845 (patch)
tree852902b4232762d7806f9457f58ce9915b101792 /modules
parent3440c6ec3d3dd52faaf624c1d221fb778e652e98 (diff)
pkgs/aszlig: Add Mutt configuration
I've been using this configuration since years already but so far it has
been residing in ~/.muttrc and I copied to new machines accordingly.

The reason why I didn't add it here was because the config was too ugly
and I never got so far as to properly re-do it.

Unfortunately, the config is still ugly as hell, but at least we now
generate it from a structured Nix format and also the IMAP/SMTP user and
server infos are now retrieved via gopass instead.

This also includes my small prank multipart/alternative filter, which
should hopefully "encourange" recipients to disable HTML
parsing/rendering.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/workstation/packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/aszlig/profiles/workstation/packages.nix b/modules/user/aszlig/profiles/workstation/packages.nix
index 13aa61bb..3ccf3531 100644
--- a/modules/user/aszlig/profiles/workstation/packages.nix
+++ b/modules/user/aszlig/profiles/workstation/packages.nix
@@ -40,7 +40,7 @@ pkgs: with pkgs; [
   mmv
   mosh
   mtr
-  mutt
+  vuizvui.aszlig.mutt
   ncdu
   netrw
   nix-prefetch-scripts