diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-09-08 16:01:42 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-09-08 16:01:42 +0200 |
commit | b43e4cec9c5533345f7faed216b2db64843d31ff (patch) | |
tree | 0d28a055f359ac37e3493cff463fa10bda085c83 /user-profiles | |
parent | d3edd6aa41d7e86894781711dd420cc89e922407 (diff) | |
download | nixos-b43e4cec9c5533345f7faed216b2db64843d31ff.tar nixos-b43e4cec9c5533345f7faed216b2db64843d31ff.tar.gz nixos-b43e4cec9c5533345f7faed216b2db64843d31ff.tar.bz2 nixos-b43e4cec9c5533345f7faed216b2db64843d31ff.tar.xz nixos-b43e4cec9c5533345f7faed216b2db64843d31ff.zip |
feeds: utf8 lynx
Diffstat (limited to 'user-profiles')
-rw-r--r-- | user-profiles/feeds/module.nix | 2 |
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 | ''; |
189 | in { | 189 | in { |
190 | config = { | 190 | config = { |