lib/default: add pv, tcpdump, bmon, mtr

This commit is contained in:
Astro 2021-10-19 02:42:25 +02:00
parent d5bff54d43
commit 7c78829584
1 changed files with 5 additions and 2 deletions

View File

@ -241,12 +241,15 @@ in {
environment = {
systemPackages = with pkgs; [
curl
curl wget
git
htop
tmux
vim
wget
# Pipeview
pv
# Network debugging
tcpdump bmon ethtool mtr
];
variables = {
TERM = "xterm-256color";