From 5640331aefb9f9ab08c4dd715282b364164450bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 12 Dec 2022 23:51:18 +0100 Subject: [PATCH] Add tree globally --- modules/c3d2.nix | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) 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 ]; };