nixos/hardware/bluetooth.nix

8 lines
86 B
Nix
Raw Normal View History

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