From 4464af3796615ee0f5299b9ac2c8d6e778ec7b5a Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Tue, 14 Sep 2021 17:23:57 -0400 Subject: [PATCH] add usbutils --- common/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.nix b/common/common.nix index 81f1dbe..be891ed 100644 --- a/common/common.nix +++ b/common/common.nix @@ -35,7 +35,7 @@ programs.mosh.enable = true; environment.systemPackages = with pkgs; [ - wget kakoune htop git dnsutils tmux nethogs iotop pciutils + wget kakoune htop git dnsutils tmux nethogs iotop pciutils usbutils ]; nixpkgs.config.allowUnfree = true;