Add tree globally

This commit is contained in:
Sandro - 2022-12-12 23:51:18 +01:00
parent 0906569551
commit 5640331aef
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 10 additions and 15 deletions

View File

@ -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
];
};