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