From 3ffb139580a5cade9f39b9eb55efa5e7c2127b41 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Sun, 6 Jul 2025 11:12:10 -0500 Subject: modules/sets: Split media.tools into minimal and full --- hosts/bean/common.nix | 2 +- hosts/carrot/default.nix | 2 +- hosts/thyme/packages.nix | 2 +- hosts/tomato/packages.nix | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'hosts') diff --git a/hosts/bean/common.nix b/hosts/bean/common.nix index 4a86540..d0a84a3 100644 --- a/hosts/bean/common.nix +++ b/hosts/bean/common.nix @@ -23,7 +23,7 @@ in cli.tools.full = true; gui.tools.full = true; gui.fonts = true; - media.tools = true; + media.tools.minimal = true; net.tools.minimal = true; sound.tools = true; sync.tools = true; diff --git a/hosts/carrot/default.nix b/hosts/carrot/default.nix index 96f349b..bbe1370 100644 --- a/hosts/carrot/default.nix +++ b/hosts/carrot/default.nix @@ -20,7 +20,7 @@ in this.sets = { cli.tools.full = true; de.utils = true; - media.tools = true; + media.tools.full = true; net.tools.minimal = true; script.utils = true; sound.tools = true; 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; diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix index 391ae2c..ccab0c3 100644 --- a/hosts/tomato/packages.nix +++ b/hosts/tomato/packages.nix @@ -18,7 +18,7 @@ in 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; -- cgit v1.2.3