summaryrefslogtreecommitdiff
path: root/shenvs/tex.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shenvs/tex.nix')
-rw-r--r--shenvs/tex.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/shenvs/tex.nix b/shenvs/tex.nix
new file mode 100644
index 0000000..4bd4b52
--- /dev/null
+++ b/shenvs/tex.nix
@@ -0,0 +1,7 @@
+pkgs: {
+ paths = with pkgs; [
+ (texlive.combine {
+ inherit (texlive) scheme-medium csquotes enumitem;
+ })
+ ];
+}