summaryrefslogtreecommitdiff
path: root/user-profiles/feeds/module.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-09-08 18:01:44 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-09-08 18:01:44 +0200
commit7297d0a7e709ba3fffec344d6311b37eaa326855 (patch)
treeba15fddf802137b4e5b36444ed0763e926d66476 /user-profiles/feeds/module.nix
parentb43e4cec9c5533345f7faed216b2db64843d31ff (diff)
downloadnixos-7297d0a7e709ba3fffec344d6311b37eaa326855.tar
nixos-7297d0a7e709ba3fffec344d6311b37eaa326855.tar.gz
nixos-7297d0a7e709ba3fffec344d6311b37eaa326855.tar.bz2
nixos-7297d0a7e709ba3fffec344d6311b37eaa326855.tar.xz
nixos-7297d0a7e709ba3fffec344d6311b37eaa326855.zip
feeds: ...
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 0905ee8f..821ae954 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 --display_charset=utf-8 "%s"; nametemplate=%s.html; copiousoutput 187 text/html; ${pkgs.lynx}/bin/lynx -dump -dont_wrap_pre -assume_unrec_charset=utf-8 -display_charset=utf-8 "%s"; nametemplate=%s.html; copiousoutput
188 ''; 188 '';
189in { 189in {
190 config = { 190 config = {