feat(templates): move templates to a better name

This commit is contained in:
Marco Thomas
2023-11-28 11:24:34 +01:00
parent 7fbf65802d
commit 7461de05bb
2 changed files with 35 additions and 0 deletions

7
templates/tex.nix Normal file
View File

@@ -0,0 +1,7 @@
with (import <nixpkgs> {});
mkShell {
buildInputs = [
python3
texlive.combined.scheme-full
];
}