From 0f55da26e1b594148ca64b2b0d03f272079e3b5f Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sat, 7 Jun 2025 11:59:06 +0800 Subject: [PATCH] fix(bluetooth): A2DP profile not available on auto connect not sure if it works --- config/hosts/imxyy-nix/nixos.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/hosts/imxyy-nix/nixos.nix b/config/hosts/imxyy-nix/nixos.nix index fb9e6a2..45ae9c5 100644 --- a/config/hosts/imxyy-nix/nixos.nix +++ b/config/hosts/imxyy-nix/nixos.nix @@ -132,7 +132,11 @@ in enable = true; powerOnBoot = true; settings = { - General.Enable = "Source,Sink,Media,Socket"; + General = { + Enable = "Source,Sink,Media,Socket"; + Disable = "HeadSet"; + MultiProfile = "multiple"; + }; }; }; users.extraUsers.${username}.extraGroups = [ "audio" ];