6 lines
112 B
Nix
6 lines
112 B
Nix
_: {
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
input.General.ClassicBondedOnly = true;
|
|
};
|
|
}
|