feat(x86_64-linux): add Bluetooth input configuration
Introduce a configuration to disable ClassicBondedOnly for Bluetooth input. This enhances flexibility for connected Bluetooth devices.
This commit is contained in:
parent
1ae41a75aa
commit
4ec65f9347
|
@ -7,6 +7,8 @@ with lib.metacfg;
|
||||||
# ./ipu.nix
|
# ./ipu.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardware.bluetooth.input.General.ClassicBondedOnly = false;
|
||||||
|
|
||||||
metacfg = {
|
metacfg = {
|
||||||
base.enable = true;
|
base.enable = true;
|
||||||
gui.enable = true;
|
gui.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue