mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 19:51:14 +00:00
Deduplicate all applications and system settings
This commit is contained in:
10
modules/application-groups/sdr.nix
Normal file
10
modules/application-groups/sdr.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
hardware.rtl-sdr.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
soapysdr
|
||||
soapyrtlsdr
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user