{ config, pkgs, ... }:
{
services.udev.packages = with pkgs; [
limesuite
];
environment.systemPackages = with pkgs; [
soapysdr
gqrx
}