2025-03-12 13:39:54 +01:00

16 lines
199 B
Nix

{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
hackrf
];
hardware = {
bluetooth = {
enable = true;
};
graphics = {
enable = true;
};
};
}