add rtlsdr for adsb decoding

This commit is contained in:
Tyler Starr 2025-02-20 22:03:01 -08:00
parent b8131941ab
commit 969b257c8d
2 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,9 @@
enable = true;
gnome.enable = true;
};
devel = {
engineering.enable = true;
};
programs = {
appgate-sdp.enable = true;
chezmoi.apply = true;

View File

@ -9,6 +9,11 @@ in {
freecad # Open-source parametric 3D CAD modeler
openscad # Open-source script-only based modeller
prusa-slicer # Slicing software optimized for Prusa 3D printers, offering user-friendly interface and settings
sdrangel
rtl-sdr
readsb
];
hardware.rtl-sdr.enable = true;
users.users.${user}.extraGroups = [ "plugdev" ];
};
}