Commit 3777764

HPCesia <me@hpcesia.com>
2026-03-29 09:52:49
feat: enable ouch rar extract
1 parent a11d386
Changed files (1)
modules
core
modules/core/tools/packages.nix
@@ -36,7 +36,7 @@
       gping # ping, but with a graph(TUI)
       yq-go # yaml processor https://github.com/mikefarah/yq
       websocat # Command-line client for WebSockets
-      ouch # Painless compression and decompression in the terminal
+      (ouch.override {enableUnfree = true;}) # Painless compression and decompression in the terminal
     ];
   };
 }