mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-06-07 20:26:06 -07:00
add rtlsdr for adsb decoding
This commit is contained in:
parent
b8131941ab
commit
969b257c8d
@ -32,6 +32,9 @@
|
||||
enable = true;
|
||||
gnome.enable = true;
|
||||
};
|
||||
devel = {
|
||||
engineering.enable = true;
|
||||
};
|
||||
programs = {
|
||||
appgate-sdp.enable = true;
|
||||
chezmoi.apply = true;
|
||||
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user