nixos-config/modules/system/bluetooth/default.nix
2024-07-11 14:51:17 +09:00

7 lines
117 B
Nix

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