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 = { programs.nixvim = {
enable = true; enable = true;
defaultEditor = true; defaultEditor = true;
extraPackages = with pkgs; [ # TODO: extraPackages = with pkgs; [
texliveFull texlive.combined.scheme-full
texlivePackages.standalone
texlivePackages.relsize # needed for BA
# papis-nvim # papis-nvim
]; ];