{pkgs, ...}: {
  home.packages = with pkgs; [
    lsof
    inetutils
    iputils
  ];
}