This commit is contained in:
Till 2024-10-14 21:10:12 +02:00
parent 013b6572b8
commit a1464226a0
10 changed files with 37 additions and 18 deletions

View file

@ -9,6 +9,7 @@ let
blindtext
changepage
csquotes
currfile
dashrule
enotez
enumitem
@ -32,6 +33,7 @@ let
pdfcol
pdfpages
pgf
qrcode
scheme-medium
sourcesanspro
stringstrings
@ -59,6 +61,7 @@ let
in
{ # home-manager
home.packages = with pkgs; [
texlab
tex
];
}