Switch back to Firefox

This commit is contained in:
Charlotte Van Petegem 2020-11-19 18:49:12 +01:00
parent 3e09cc7444
commit c44304ca10
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 7 additions and 58 deletions

View file

@ -196,7 +196,7 @@ in
home = {
packages = [ pkgs.khal pkgs.khard ];
file.".mailcap".text = ''
text/html; ${pkgs.qutebrowser}/bin/qutebrowser %s ; nametemplate=%s.html; needsterminal
text/html; ${pkgs.firefox}/bin/firefox %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
'';
};