This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-04-30 16:34:17 +02:00
parent 56a5ff0204
commit 03904fea6a
2 changed files with 10 additions and 0 deletions

9
home-modules/latex.nix Normal file
View File

@@ -0,0 +1,9 @@
{ config, pkgs, ... }:
let
in
{ # home-manager
home.packages = with pkgs; [
(texlive.combine { inherit (texlive) scheme-full xifthen ifmtarg framed paralist titlesec xcolor; })
];
}

View File

@@ -35,6 +35,7 @@
./home-modules/theme/gtk.nix
./home-modules/theme/qt.nix
./home-modules/latex.nix
./home-modules/python.nix
];
home.username = "nx2";