feat: bluetooth config

This commit is contained in:
Guz
2025-03-01 19:37:48 -03:00
parent d5b3dc03bb
commit 648a28ca7e

View File

@@ -33,6 +33,18 @@
# Xbox Controller driver
hardware.xone.enable = true;
hardware.bluetooth.settings.General = {
experimental = true;
Privacy = "device";
JustWorksRepairing = "always";
Class = "0x000100";
FastConnectable = true;
};
boot.extraModprobeConfig = ''
options bluetooth disable_ertm=Y
'';
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"megasync"