summaryrefslogtreecommitdiff
path: root/hosts/thyme
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-07-06 11:12:10 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-07-06 11:12:10 -0500
commit3ffb139580a5cade9f39b9eb55efa5e7c2127b41 (patch)
tree46e6270090dc9797564d9dcce97b8f50ee14e148 /hosts/thyme
parent194bdc23bd75432b94d7794629d3ef5c92c69235 (diff)
downloadnixos-config-3ffb139580a5cade9f39b9eb55efa5e7c2127b41.tar.gz
nixos-config-3ffb139580a5cade9f39b9eb55efa5e7c2127b41.zip
modules/sets: Split media.tools into minimal and full
Diffstat (limited to 'hosts/thyme')
-rw-r--r--hosts/thyme/packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/thyme/packages.nix b/hosts/thyme/packages.nix
index c2adc1e..0386efa 100644
--- a/hosts/thyme/packages.nix
+++ b/hosts/thyme/packages.nix
@@ -14,7 +14,7 @@
image.tools = true;
mail.tools = true;
manga.dl = true;
- media.tools = true;
+ media.tools.full = true;
net.tools.full = true;
script.utils = true;
sound.tools = true;