From da1c13b8d971b5167c16b95f9c801bb567f0b33e Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Tue, 16 Jun 2020 20:52:52 -0600 Subject: [PATCH] laptop: add usbutils --- profiles/laptop/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/laptop/default.nix b/profiles/laptop/default.nix index 7a85f8c..81a2ec9 100644 --- a/profiles/laptop/default.nix +++ b/profiles/laptop/default.nix @@ -4,6 +4,7 @@ lm_sensors wirelesstools pciutils + usbutils ]; hardware.bluetooth.enable = true;