diff --git a/Deployments/pi_common.nix b/Deployments/pi_common.nix index 9498092..251d2cd 100644 --- a/Deployments/pi_common.nix +++ b/Deployments/pi_common.nix @@ -6,7 +6,7 @@ environment = { # Set the system-wide environment systemPackages = with pkgs; [ - lsusb # Tools for working with USB devices, such as lsusb + usbutils # Tools for working with USB devices, such as lsusb ]; };