fix latex
change to correct texFull
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user