diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-02 09:31:40 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-02 09:31:40 -0500 |
commit | 921603853704fe966862f8c35781097b0b91206b (patch) | |
tree | 1d1d3078425c811d5b0f65729751d70400ed5ca6 /hosts/tomato | |
parent | 45924c7421b6b1964a9d7a5592c441d33450b49c (diff) | |
download | nixos-config-921603853704fe966862f8c35781097b0b91206b.tar.gz nixos-config-921603853704fe966862f8c35781097b0b91206b.zip |
modules/sets: manga.dl -> dl.tools.manga; add more dl tool sets
Diffstat (limited to 'hosts/tomato')
-rw-r--r-- | hosts/tomato/packages.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |