Cleanup, added more radio items, tweaks to displaylink

This commit is contained in:
2025-09-02 22:38:25 -07:00
parent 56c18519b3
commit 93ac73b583
7 changed files with 27 additions and 18 deletions

View File

@@ -0,0 +1,11 @@
{ config, pkgs, ... }:
{
hardware.rtl-sdr.enable = true;
environment.systemPackages = with pkgs; [
chirp
soapysdr
soapyrtlsdr
];
}