fix latex

change to correct texFull
This commit is contained in:
2026-05-06 11:09:58 +02:00
parent b67eb7afe2
commit b27558c854

View File

@@ -11,10 +11,8 @@
programs.nixvim = {
enable = true;
defaultEditor = true;
extraPackages = with pkgs; [ # TODO:
texliveFull
texlivePackages.standalone
texlivePackages.relsize # needed for BA
extraPackages = with pkgs; [
texlive.combined.scheme-full
# papis-nvim
];