{ config, lib, pkgs, ... }: { environment.systemPackages = with pkgs; [ git lshw parted wget # network troubleshooting inetutils lsof tcpdump netcat # <3 # used for nix config npins colmena agenix ]; environment.wordlist.enable = true; }