Fixup latex config

This commit is contained in:
Filippo Berto 2025-02-20 12:01:09 +01:00
parent 34ef088709
commit a155dc30b6
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -8,6 +8,7 @@
[
pkgs.bibtool
pkgs.texlive.combined.scheme-full
pkgs.zathura
]
++ lib.optionals config.programs.helix.enable [ pkgs.texlab ]
++ lib.optionals config.programs.kakoune.enable (
@ -23,7 +24,7 @@
);
home.file.".latexmkrc".text = ''
$pdf_previewer = '${pkgs.zathura}/bin/zathura %O %S';
$pdf_previewer = 'zathura %O %S';
$pdf_update_method = 2
'';
}