summaryrefslogtreecommitdiff
path: root/hosts/tomato
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-09-10 10:05:29 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-09-10 10:05:29 -0500
commitbf473eba49c7e76da6a78dd02b1d9e6a9e952c14 (patch)
tree026b91ebe2995da89c3fe26be543a391c4cdc806 /hosts/tomato
parentd9b8a894aee88b643a0b0cb3c3a6d6868f713dad (diff)
downloadnixos-config-bf473eba49c7e76da6a78dd02b1d9e6a9e952c14.tar.gz
nixos-config-bf473eba49c7e76da6a78dd02b1d9e6a9e952c14.zip
modules/sets: Add set for tree-sitter grammars
Diffstat (limited to 'hosts/tomato')
-rw-r--r--hosts/tomato/packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix
index f3e215e..9ba3c71 100644
--- a/hosts/tomato/packages.nix
+++ b/hosts/tomato/packages.nix
@@ -12,6 +12,7 @@ in
cli.shell = true;
comm.im = true;
de.utils = true;
+ dev.grammars = true;
dl.tools.full = true;
gui.tools.full = true;
gui.theme = true;