/ modules / nixos / hardware / bluetooth.nix
bluetooth.nix
1  {
2    hardware.bluetooth = {
3      enable = true;
4      powerOnBoot = true;
5    };
6  }