add more info reporting tools to dev

This commit is contained in:
chaos 2023-08-18 20:09:46 +01:00
parent 5ab17b2d33
commit a8cc729919
No known key found for this signature in database

View file

@ -1,3 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [neofetch inxi htop usbutils iotop];
home.packages = with pkgs; [neofetch inxi htop pciutils usbutils iotop iptraf-ng];
}