{ pkgs, ... }: { hardware.enableRedistributableFirmware = true; environment.systemPackages = with pkgs; [ bat bc bmon curl diffutils dig dmidecode dnsutils elinks ethtool file findutils fzf gcc gnugrep gnumake gnused gnutar inetutils iotop jq linuxPackages.perf lm_sensors lshw lsof neofetch nettools nmap pciutils ripgrep rlwrap rsync strace sudo tcpdump traceroute tree unzip usbutils wget which whois xz zstd ]; programs.command-not-found.enable = false; programs.htop.enable = true; programs.mtr.enable = true; programs.zsh.enable = true; security.apparmor.enable = false; }