init: Add crossbox's configurations

This commit is contained in:
matthew.binning 2026-01-08 19:41:55 -08:00
commit b030b3a098
11 changed files with 652 additions and 0 deletions

13
sdr.nix Normal file
View file

@ -0,0 +1,13 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
hackrf
urh
usbutils
];
services.udev.packages = with pkgs; [
hackrf
rtl-sdr
];
}