Add package hackrf

This commit is contained in:
Sojus07
2025-03-12 13:39:54 +01:00
parent 5823b2d534
commit 9c00f3c466

View File

@ -1,5 +1,9 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
hackrf
];
hardware = {
bluetooth = {
enable = true;