From e7e244c6a2167de982d1c3ebf26fe01ec06f27ec Mon Sep 17 00:00:00 2001 From: zuckerberg Date: Tue, 29 Jun 2021 23:23:16 -0400 Subject: [PATCH] lspci --- common/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.nix b/common/common.nix index 5a41984..30ca8d2 100644 --- a/common/common.nix +++ b/common/common.nix @@ -31,7 +31,7 @@ services.openssh.enable = true; environment.systemPackages = with pkgs; [ - wget kakoune htop git dnsutils tmux nethogs iotop + wget kakoune htop git dnsutils tmux nethogs iotop pciutils ]; nixpkgs.config.allowUnfree = true;