11 lines
210 B
Nix
11 lines
210 B
Nix
{
|
|
hardware.bluetooth
|
|
= {
|
|
enable = true;
|
|
settings
|
|
= {
|
|
General.Enable = "Source,Sink,Media,Socket";
|
|
};
|
|
};
|
|
}
|