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