summaryrefslogtreecommitdiff
path: root/user-profiles/feeds/module.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user-profiles/feeds/module.nix')
-rw-r--r--user-profiles/feeds/module.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user-profiles/feeds/module.nix b/user-profiles/feeds/module.nix
index adfc52a2..0905ee8f 100644
--- a/user-profiles/feeds/module.nix
+++ b/user-profiles/feeds/module.nix
@@ -184,7 +184,7 @@ let
184 address = notmuchIni.user.primary_email; 184 address = notmuchIni.user.primary_email;
185 } "substituteAll ${./alot.config} $out"; 185 } "substituteAll ${./alot.config} $out";
186 alotMailcaps = pkgs.writeText "mailcaps" '' 186 alotMailcaps = pkgs.writeText "mailcaps" ''
187 text/html; ${pkgs.lynx}/bin/lynx -dump -dont_wrap_pre "%s"; nametemplate=%s.html; copiousoutput 187 text/html; ${pkgs.lynx}/bin/lynx -dump -dont_wrap_pre --display_charset=utf-8 "%s"; nametemplate=%s.html; copiousoutput
188 ''; 188 '';
189in { 189in {
190 config = { 190 config = {