From 4078d6c707d3427cb0377a662320fc78d0859421 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 28 Jun 2022 00:52:34 +0200 Subject: [PATCH] config/c3d2: reorder and extend environment.systemPackages --- config/c3d2.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/config/c3d2.nix b/config/c3d2.nix index 9cb27f58..481f8fbb 100644 --- a/config/c3d2.nix +++ b/config/c3d2.nix @@ -186,17 +186,19 @@ in { environment = { systemPackages = with pkgs; [ - curl - wget - git - htop + # Network fetchers + curl wget git + # System monitors + htop iotop bmon ripgrep - tmux + # Terminal managers + tmux screen + # Editors vim # Pipeview pv # Network debugging - tcpdump bmon ethtool mtr + tcpdump ethtool mtr ]; variables = { TERM = "xterm-256color";