about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-11-29 16:10:05 +0100
committerProfpatsch <mail@profpatsch.de>2016-11-29 16:11:01 +0100
commite562f60054da45a506886a2be4c686cc8e3a84c0 (patch)
treecc0d6bd8444f3838d8e44991e71c8c02b2176b27 /machines/profpatsch
parent1672d476e65c9697dadc6079d04ff65660beeae4 (diff)
machines/katara: small texlive environment
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/katara.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 8e06404b..a06014ee 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -163,6 +163,7 @@ in {
       tmpPkgs = [
         # TODO needs user service
         redshift   # increases screen warmth at night (so i don’t have to feel cold)
+        (texlive.combine { inherit (texlive) scheme-medium latexmk IEEEtran needspace; })
       ];
     in systemPkgs ++ xPkgs ++ guiPkgs
     ++ programmingTools ++ documentation