From a842d2a6913e8fcfe56d8d10f86b9473a3b8b0ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 19 May 2020 16:32:30 +0200 Subject: [PATCH] fix(mail): mailcap lynx --- configs/mail.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/mail.nix b/configs/mail.nix index 6ed100b..1b9c5aa 100644 --- a/configs/mail.nix +++ b/configs/mail.nix @@ -114,7 +114,7 @@ in wait_key = "no"; # mutt won't ask "press key to continue" mailcap_path = toString (pkgs.writeText "mailcap" '' text/plain; $EDITOR %s ; - text/html; ${pkgs.lynx} -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput; + text/html; ${pkgs.lynx}/bin/lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput; image/*; ${pkgs.sxiv}/bin/sxiv %s ; video/*; ${pkgs.utillinux}/bin/setsid ${pkgs.mpv}/bin/mpv --quiet %s &; copiousoutput application/*; ${pkgs.xdg_utils}/bin/xdg-open %s ;