nixos-config/modules/hardware/bluetooth.nix

6 lines
50 B
Nix

{ ... }:
{
hardware.bluetooth.enable = true;
}