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 = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
curl curl wget
git git
htop htop
tmux tmux
vim vim
wget # Pipeview
pv
# Network debugging
tcpdump bmon ethtool mtr
]; ];
variables = { variables = {
TERM = "xterm-256color"; TERM = "xterm-256color";