Install lshw

This commit is contained in:
Katherina Walshe-Grey 2024-06-23 21:15:52 +01:00
parent ceece65878
commit fc18e5538c

View file

@ -5,6 +5,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
inetutils inetutils
lshw
parted parted
wget wget
]; ];