diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-09-08 18:02:51 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-09-08 18:02:51 +0200 |
commit | 4f0861487b3e11cdace2f938210984b0dfcc8746 (patch) | |
tree | 96bab87b2cdf3613660b6b6b931db536ff8f45cc /user-profiles/feeds | |
parent | 7297d0a7e709ba3fffec344d6311b37eaa326855 (diff) | |
download | nixos-4f0861487b3e11cdace2f938210984b0dfcc8746.tar nixos-4f0861487b3e11cdace2f938210984b0dfcc8746.tar.gz nixos-4f0861487b3e11cdace2f938210984b0dfcc8746.tar.bz2 nixos-4f0861487b3e11cdace2f938210984b0dfcc8746.tar.xz nixos-4f0861487b3e11cdace2f938210984b0dfcc8746.zip |
feeds: ...
Diffstat (limited to 'user-profiles/feeds')
-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 821ae954..9b1ef594 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 -assume_unrec_charset=utf-8 -display_charset=utf-8 "%s"; nametemplate=%s.html; copiousoutput | 187 | text/html; ${pkgs.lynx}/bin/lynx -dump -dont_wrap_pre -assume_charset=utf-8 -display_charset=utf-8 "%s"; nametemplate=%s.html; copiousoutput |
188 | ''; | 188 | ''; |
189 | in { | 189 | in { |
190 | config = { | 190 | config = { |