add usbutils

This commit is contained in:
zuckerberg 2021-09-14 17:23:57 -04:00
parent ec64a517d5
commit 4464af3796

View File

@ -35,7 +35,7 @@
programs.mosh.enable = true; programs.mosh.enable = true;
environment.systemPackages = with pkgs; [ 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; nixpkgs.config.allowUnfree = true;