added lshw

This commit is contained in:
Bryan Ramos 2024-05-12 23:19:53 -04:00
parent 5eb597b956
commit 18d5729ef4
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -11,7 +11,7 @@ in
home.packages = with pkgs; [
wget curl tree neofetch
unzip fping calc fd pciutils
rsync zip
rsync zip lshw
];
};
}