Switch to qutebrowser

This commit is contained in:
Charlotte Van Petegem 2020-10-14 17:40:21 +02:00
parent 7c48e6052a
commit 68de755a18
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 28 additions and 10 deletions

View file

@ -172,8 +172,8 @@ in
home = {
packages = [ pkgs.khal pkgs.khard ];
file.".mailcap".text = ''
text/html; ${pkgs.firefox}/bin/firefox %s ; nametemplate=%s.html; needsterminal
text/html; ${pkgs.w3m}/bin/w3m -I %{charset} -T text/html ; copiousoutput; nametemplate=%s.html
text/html; ${pkgs.qutebrowser}/bin/qutebrowser %s ; nametemplate=%s.html; needsterminal
text/html; ${pkgs.w3m}/bin/w3m -dump -o display_link_number=1 -o document_charset=%{charset} %s ; copiousoutput; nametemplate=%s.html
'';
};
xdg.configFile = {