feat(templates): move templates to a better name
This commit is contained in:
7
templates/tex.nix
Normal file
7
templates/tex.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
with (import <nixpkgs> {});
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
python3
|
||||
texlive.combined.scheme-full
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user