{ config, pkgs, ... }: { environment.systemPackages = with pkgs; [ hackrf urh usbutils ]; services.udev.packages = with pkgs; [ hackrf rtl-sdr ]; }