From c6deea451af1af2fdf4aee7f1ed74209f312a9b3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 3 Sep 2024 01:52:03 -0700 Subject: modules --- modules/hardware/bluetooth.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'modules/hardware/bluetooth.nix') diff --git a/modules/hardware/bluetooth.nix b/modules/hardware/bluetooth.nix index 1b6e38b..ede4f77 100644 --- a/modules/hardware/bluetooth.nix +++ b/modules/hardware/bluetooth.nix @@ -1,6 +1,17 @@ +{ pkgs, ... }: { hardware.bluetooth = { enable = true; powerOnBoot = true; + package = pkgs.bluez5-experimental; + disabledPlugins = [ "sap" ]; + + settings = { + General = { + JustWorksRepairing = "always"; + MultiProfile = "multiple"; + Experimental = true; + }; + }; }; } -- cgit v1.2.3