diff options
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; |