added latex compiler

This commit is contained in:
Natalie 2025-08-05 09:31:56 -07:00
parent 992f77e656
commit 918c1dcba5
No known key found for this signature in database
GPG key ID: 61F4EAEB0C9C3D5F

View file

@ -1,6 +1,9 @@
{ pkgs, host, ... }:
{
vim = {
extraPackages = with pkgs; [
texliveFull
];
lazy.plugins.cmp-vimtex = {
enabled = true;
package = pkgs.vimPlugins.cmp-vimtex;