summaryrefslogtreecommitdiff
path: root/hosts/tomato/packages.nix
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-07-13 20:05:57 +0200
committerSimon Parri <simonparri@ganzeria.com>2025-07-13 20:05:57 +0200
commit896765e3107066c4397add4bf0e234c084a32e12 (patch)
treeb773d8f7f34665ab7de12f39f0dc5c494de94ad9 /hosts/tomato/packages.nix
parentd84914f41d6ca2722be522cf9a1722a6fdc556d6 (diff)
downloadnixos-config-896765e3107066c4397add4bf0e234c084a32e12.tar.gz
nixos-config-896765e3107066c4397add4bf0e234c084a32e12.zip
modules/sets: Add anime-subtitle-wrangling set
Diffstat (limited to 'hosts/tomato/packages.nix')
-rw-r--r--hosts/tomato/packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix
index ccab0c3..b79c353 100644
--- a/hosts/tomato/packages.nix
+++ b/hosts/tomato/packages.nix
@@ -6,6 +6,7 @@ let
in
{
this.sets = {
+ anime.sub = true;
arch.tools = true;
cli.tools.full = true;
cli.shell = true;