summaryrefslogtreecommitdiff
path: root/modules/bluetooth.nix
blob: fbd9b48a918504feb8ff3879485276b26a988657 (plain)
1
2
3
4
5
6
7
{ config, ... }:

{
  hardware.bluetooth.enable = true;
  hardware.bluetooth.powerOnBoot = true;
  # services.blueman.enable = true;
}