mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-09 04:01:15 +00:00
Cleanup, added more radio items, tweaks to displaylink
This commit is contained in:
11
modules/application-groups/radio.nix
Normal file
11
modules/application-groups/radio.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
hardware.rtl-sdr.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
chirp
|
||||
soapysdr
|
||||
soapyrtlsdr
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user