Commit 59c59d1

HPCesia <me@hpcesia.com>
2025-06-09 11:33:53
feat(app): add more apps
1 parent 60e85d7
Changed files (1)
modules
modules/base.nix
@@ -20,6 +20,12 @@
     p7zip
     gnutar
 
+    # text processing
+    gnugrep
+    gnused
+    gawk
+    jq
+
     # networking tools
     wget
     curl
@@ -27,6 +33,8 @@
     # misc
     file
     tree
+    which
+    findutils
   ];
 
   services.aria2 = {