plugins/vimtex: use package options for extraPackages

This commit is contained in:
Austin Horstman 2024-09-14 10:58:13 -05:00
parent ff3fee3ae5
commit 9832cb86fb
No known key found for this signature in database
2 changed files with 34 additions and 7 deletions

View file

@ -69,4 +69,13 @@ in
};
};
};
no-packages = {
plugins.vimtex = disableTexlivePackageOnDarwin // {
enable = true;
xdotoolPackage = null;
zathuraPackage = null;
mupdfPackage = null;
};
};
}