summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/thyme/packages.nix1
-rw-r--r--hosts/tomato/packages.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/hosts/thyme/packages.nix b/hosts/thyme/packages.nix
index 9c9a0a1..b9ec896 100644
--- a/hosts/thyme/packages.nix
+++ b/hosts/thyme/packages.nix
@@ -20,6 +20,7 @@
sound.tools = true;
sync.tools = true;
sys.tools = true;
+ tex.full = true;
writing.tools = true;
www.browser = true;
};
diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix
index 5c17218..646222b 100644
--- a/hosts/tomato/packages.nix
+++ b/hosts/tomato/packages.nix
@@ -27,6 +27,7 @@ in
sound.tools = true;
sync.tools = true;
sys.tools = true;
+ tex.full = true;
writing.tools = true;
www.browser = true;
wine.base = true;