blob: fa919aec2b230e9f2294b4d83f0714ebed8deb7c (
plain) (
tree)
|
|
{pkgs, config, lib, ...}:
{
environment.systemPackages = with pkgs; [
curl
dmidecode
git
htop
hwdata
iftop
iptraf-ng
lm_sensors
lsb-release
mg
mtr
openssl
parted
pciutils
rsync
strace
tcpdump
tmux
traceroute
unzip
usbutils
vim
wget
];
}
|