{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
busybox
clinfo
curl
htop
iotop
lm_sensors
miniupnpc
nano
opencl-headers
radeontop
ranger
smartmontools
solaar
wget
];
}