From a5c5350f80b2db28bfd811b1ada5d1f038d3637e Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 4 Mar 2025 13:39:33 +0100 Subject: [PATCH] common/bluetooth: enable A2DP sink --- hosts/common/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 589dacf..55c0c53 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -235,4 +235,10 @@ in { "sysv" "ufs" ]; + + hardware.bluetooth.settings = { + General = { + Enable = "Source,Sink,Media,Socket"; + }; + }; }