7 lines
167 B
Nix
7 lines
167 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
services.udev.packages = with pkgs; [ soapysdr-with-plugins ];
|
|
environment.systemPackages = with pkgs; [ soapysdr-with-plugins gqrx ];
|
|
}
|