{ pkgs, config, lib, ... }: with lib; let linuxpkgs = config.boot.kernelPackages; in { environment.systemPackages = with pkgs; [ binutils cacert curl dmidecode ethtool flameGraph git htop hwdata iftop iptraf-ng linuxpkgs.perf lm_sensors lsb-release lsof man-pages mg mtr openssl openssl parted pciutils perf-tools powertop rsync sqlite strace tcpdump tmux traceroute unzip usbutils vim wget wireguard zsh ]; programs.bcc.enable = true; }