7 lines
159 B
Nix
7 lines
159 B
Nix
{ ... }:
|
|
{
|
|
hardware.bluetooth.enable = true;
|
|
hardware.bluetooth.hsphfpd.enable = true;
|
|
services.blueman.enable = true;
|
|
services.ofono.enable = true;
|
|
}
|