init
This commit is contained in:
commit
a953246971
17 changed files with 795 additions and 0 deletions
19
modules/radio.nix
Normal file
19
modules/radio.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnuradio
|
||||
gqrx
|
||||
cubicsdr
|
||||
|
||||
libusb
|
||||
rtl-sdr
|
||||
hackrf
|
||||
soapyhackrf
|
||||
];
|
||||
|
||||
hardware = {
|
||||
rtl-sdr.enable = true;
|
||||
hackrf.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue