Latex: use Evince as previewer

This commit is contained in:
Filippo Berto 2024-04-12 14:48:59 +02:00
parent f3cb9dba97
commit a60fe01864
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -7,7 +7,7 @@
});
home.file.".latexmkrc".text = ''
$pdf_previewer = 'zathura %O %S';
$pdf_previewer = '${pkgs.gnome.evince}/bin/evince %O %S';
$pdf_update_method = 2
'';
}