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;