From 976514bebc13d776f4a3652409fcb1467f6877b4 Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 16 Dec 2024 15:13:32 -0500 Subject: [PATCH] Bluetooth: additional config options --- modules/nixos/system/bluetooth/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/nixos/system/bluetooth/default.nix b/modules/nixos/system/bluetooth/default.nix index 30b4a95..dbff698 100644 --- a/modules/nixos/system/bluetooth/default.nix +++ b/modules/nixos/system/bluetooth/default.nix @@ -29,6 +29,11 @@ in Enable = "Source,Sink,Media,Socket"; Experimental = true; KernelExperimental = true; + + # Additional options based on: + # https://www.reddit.com/r/NixOS/comments/1hdsfz0/what_do_i_have_to_do_to_make_my_xbox_controller/ + JustWorksRepairing = "always"; + FastConnectable = true; }; }; };