move from texliveFull to combined and fix doublicated load to ensure
correct paths
This commit is contained in:
2026-05-08 15:02:33 +02:00
parent b27558c854
commit 46c54570d6
2 changed files with 4 additions and 9 deletions

View File

@@ -1,11 +1,9 @@
{ pkgs,... }:
{ pkgs, ... }:
{
programs.nixvim = {
extraPackages = with pkgs; [
texliveFull
texlivePackages.standalone
texlivePackages.relsize # needed for BA
texlive.combined.scheme-full
# papis-nvim
];
@@ -14,6 +12,7 @@
enable = true;
lazyLoad.settings.filetype = [ "tex" ];
texlivePackage = pkgs.texlive.combined.scheme-full;
settings = {
view_automatic = false;
mappings_disable = {