{ config, lib, pkgs, ... }: { # install gnuradio companion along with it's osmocom library environment.systemPackages = with pkgs; [ (gnuradio.override { extraPackages = with gnuradio.pkgs; [ osmosdr ]; }) gqrx hackrf ]; }