This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-07 16:56:30 +02:00
parent 428c531415
commit 1387e5a081
5 changed files with 34 additions and 4 deletions

View File

@@ -2,6 +2,6 @@
lib.mkIf (host != "NxACE")
{
home.packages = with pkgs; [
(texlive.combine { inherit (texlive) scheme-full xifthen ifmtarg framed paralist titlesec xcolor; })
(texlive.combine { inherit (texlive) scheme-full xifthen ifmtarg framed paralist titlesec xcolor; })
];
}