niksos/options/desktop/bluetooth.nix

6 lines
112 B
Nix

_: {
hardware.bluetooth = {
enable = true;
input.General.ClassicBondedOnly = true;
};
}