nix/modules/nixos/troubleshooting-tools.nix

12 lines
145 B
Nix
Raw Normal View History

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
pciutils
usbutils
2024-03-13 21:34:27 -05:00
htop
bottom
2024-03-09 10:37:51 -06:00
nmap
dogdns
dnsutils
];
}