From 9c00f3c466c31b842f44324c1da1945d6eeda8f7 Mon Sep 17 00:00:00 2001 From: Sojus07 Date: Wed, 12 Mar 2025 13:39:54 +0100 Subject: [PATCH] Add package hackrf --- hosts/default/system/hw.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/default/system/hw.nix b/hosts/default/system/hw.nix index bdacf8a..a095352 100644 --- a/hosts/default/system/hw.nix +++ b/hosts/default/system/hw.nix @@ -1,5 +1,9 @@ { config, pkgs, ... }: { + environment.systemPackages = with pkgs; [ + hackrf + ]; + hardware = { bluetooth = { enable = true;