aboutsummaryrefslogtreecommitdiffstats
path: root/nixos/bluetooth.nix
blob: 52786154033dfc5f28624a4af5b15e9623df59ce (plain) (blame)
1
2
3
4
{
  hardware.bluetooth.enable = true;
  hardware.bluetooth.powerOnBoot = true;
}