generic browser
This commit is contained in:
parent
9f7355f97c
commit
b826fe24ea
|
@ -150,7 +150,7 @@ in
|
||||||
nm_default_uri = "notmuch:///home/simon/.local/share/mail";
|
nm_default_uri = "notmuch:///home/simon/.local/share/mail";
|
||||||
|
|
||||||
mailcap_path = pkgs.writeText "mutt-mailcap" ''
|
mailcap_path = pkgs.writeText "mutt-mailcap" ''
|
||||||
text/html; firefox %s
|
text/html; ${config.xdg.mimeApps.defaultApplications."text/html"} %s
|
||||||
text/html; ${pkgs.w3m}/bin/w3m -I %{charset} -T text/html -dump; copiousoutput;
|
text/html; ${pkgs.w3m}/bin/w3m -I %{charset} -T text/html -dump; copiousoutput;
|
||||||
application/pdf; zathura %s
|
application/pdf; zathura %s
|
||||||
image/*; mpv %s
|
image/*; mpv %s
|
||||||
|
|
Loading…
Reference in a new issue