{ pkgs, ...}: {
environment.systemPackages = with pkgs; [
git
curl
wget
zip
unzip
btop
htop
tree
];
}