devos/profiles/bluetooth/default.nix
2021-12-27 22:57:16 +01:00

7 lines
159 B
Nix

{ ... }:
{
hardware.bluetooth.enable = true;
hardware.bluetooth.hsphfpd.enable = true;
services.blueman.enable = true;
services.ofono.enable = true;
}