Add tex module

This commit is contained in:
Yan Lin 2025-10-03 20:40:37 +02:00
parent 2fff6aa766
commit 666261a731
4 changed files with 77 additions and 9 deletions

View file

@ -4,6 +4,7 @@
imports = [
../home-default.nix
../../../modules/syncthing.nix
../../../modules/tex.nix
];
# hs-specific home configuration
@ -30,7 +31,6 @@
};
home.packages = with pkgs; [
texlive.combined.scheme-full
];
}