diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/thyme/packages.nix | 2 | ||||
-rw-r--r-- | hosts/tomato/packages.nix | 2 |
2 files changed, 2 insertions, 2 deletions
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; |