init: Add crossbox's configurations
This commit is contained in:
parent
9339a28783
commit
cbac6cd532
8 changed files with 632 additions and 0 deletions
13
sdr.nix
Normal file
13
sdr.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
hackrf
|
||||
urh
|
||||
usbutils
|
||||
];
|
||||
services.udev.packages = with pkgs; [
|
||||
hackrf
|
||||
rtl-sdr
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue