From fc18e5538c173b409487dae0d567f4b3ee157e6c Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Sun, 23 Jun 2024 21:15:52 +0100 Subject: [PATCH] Install `lshw` --- common/utilities.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/utilities.nix b/common/utilities.nix index b8d6178..b08b57b 100644 --- a/common/utilities.nix +++ b/common/utilities.nix @@ -5,6 +5,7 @@ environment.systemPackages = with pkgs; [ git inetutils + lshw parted wget ];