config/c3d2: reorder and extend environment.systemPackages

This commit is contained in:
Astro 2022-06-28 00:52:34 +02:00
parent 71c164c180
commit 4078d6c707
1 changed files with 8 additions and 6 deletions

View File

@ -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";