diff --git a/modules/c3d2.nix b/modules/c3d2.nix index 213e3d17..2d6e7122 100644 --- a/modules/c3d2.nix +++ b/modules/c3d2.nix @@ -434,26 +434,21 @@ in environment = { systemPackages = with pkgs; [ - # Network fetchers + bmon curl - wget + ethtool git - # System monitors htop iotop - bmon - ripgrep - # Terminal managers - tmux - screen - # Editors - vim - # Pipeview - pv - # Network debugging - tcpdump - ethtool mtr + pv + ripgrep + screen + tcpdump + tmux + tree + vim + wget ]; };