blob: 897b931dea893342572dd52892904c687fb282fc (
plain) (
tree)
|
|
{pkgs, config, lib, ...}:
{
environment.systemPackages = with pkgs; [
curl
git
htop
hwdata
iftop
iptraf-ng
lm_sensors
mg
parted
parted
pciutils
rsync
strace
tcpdump
tmux
unzip
vim
];
}
|