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;