Add usbutils to Raspberry Pi configuration

This commit is contained in:
Greg Hellings
2022-04-11 08:55:29 -05:00
parent 99be4bb9eb
commit 2d4d783ed2
Regular → Executable
+1
View File
@@ -28,5 +28,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
raspberrypifw raspberrypifw
usbutils
]; ];
} }