niksos/options/desktop/bluetooth.nix

7 lines
112 B
Nix
Raw Normal View History

2024-02-15 17:04:34 +01:00
_: {
hardware.bluetooth = {
enable = true;
input.General.ClassicBondedOnly = true;
};
}