Commit 760b7de

HPCesia <me@hpcesia.com>
2026-03-22 15:25:43
feat: update core packages config
1 parent 89b8eae
Changed files (2)
modules
modules/core/tools/packages.nix
@@ -25,7 +25,6 @@
       file
       which
       findutils
-      btop
       zellij
     ];
   };
@@ -37,6 +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
     ];
   };
 }
modules/core/tools/yazi.nix
@@ -1,7 +1,4 @@
 {
-  flake.modules.nixos.core = {pkgs, ...}: {
-    environment.systemPackages = [pkgs.yazi];
-  };
   flake.modules.homeManager.core = {pkgs, ...}: let
     yaziPlugins.auto-layout = pkgs.yaziPlugins.mkYaziPlugin {
       pname = "auto-layout.yazi";