From 138d7168d92476994cb024d714733517d089119b Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 4 Sep 2024 23:42:27 -0700 Subject: Bump --- modules/hardware/bluetooth.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'modules/hardware') diff --git a/modules/hardware/bluetooth.nix b/modules/hardware/bluetooth.nix index 8400a72..8a6afaa 100644 --- a/modules/hardware/bluetooth.nix +++ b/modules/hardware/bluetooth.nix @@ -8,12 +8,11 @@ package = pkgs.bluez5-experimental; disabledPlugins = [ "sap" ]; - settings = { - General = { - JustWorksRepairing = "always"; - MultiProfile = "multiple"; - Experimental = true; - }; + settings.General = { + JustWorksRepairing = "always"; + MultiProfile = "multiple"; + Experimental = true; + Enable = "Source,Sink,Media,Socket"; }; }; } -- cgit v1.2.3