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:
Harald Hoyer 2025-01-31 12:36:30 +01:00
parent 1ae41a75aa
commit 4ec65f9347

View file

@ -7,6 +7,8 @@ with lib.metacfg;
# ./ipu.nix
];
hardware.bluetooth.input.General.ClassicBondedOnly = false;
metacfg = {
base.enable = true;
gui.enable = true;