From 921603853704fe966862f8c35781097b0b91206b Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 2 Sep 2025 09:31:40 -0500 Subject: modules/sets: manga.dl -> dl.tools.manga; add more dl tool sets --- hosts/thyme/packages.nix | 2 +- hosts/tomato/packages.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/thyme/packages.nix b/hosts/thyme/packages.nix index 0386efa..9c9a0a1 100644 --- a/hosts/thyme/packages.nix +++ b/hosts/thyme/packages.nix @@ -7,13 +7,13 @@ cli.shell = true; comm.im = true; de.utils = true; + dl.tools.full = true; gui.tools.full = true; gui.theme = true; gui.fonts = true; image.utils = true; image.tools = true; mail.tools = true; - manga.dl = true; media.tools.full = true; net.tools.full = true; script.utils = true; diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix index ffc6114..f3e215e 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; + dl.tools.full = true; gui.tools.full = true; gui.theme = true; gui.fonts = true; @@ -19,7 +20,6 @@ in image.tools = true; jp.study = true; mail.tools = true; - manga.dl = true; media.tools.full = true; net.tools.full = true; script.utils = true; -- cgit v1.2.3