From 46affd50571c7606665e083a0a095e9d1cda41b8 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 2 May 2022 11:18:23 +0200 Subject: [PATCH] modules: hardware: bluetooth: remove wireplumber This configuration file completely breaks my sound setup. Will investigate more at a later time, in the mean time, since this is basically the default options, I will just remove the configuration file. This reverts commit c987206bc5e4bf84ea7bfb93a134f435c720ebae. --- modules/hardware/bluetooth/default.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/modules/hardware/bluetooth/default.nix b/modules/hardware/bluetooth/default.nix index 6aeb7dc..ffe0fbe 100644 --- a/modules/hardware/bluetooth/default.nix +++ b/modules/hardware/bluetooth/default.nix @@ -25,21 +25,6 @@ in package = pkgs.pulseaudioFull; }; - # FIXME: waiting for NixOS module configuration - environment.etc = { - "wireplumber/bluetooth.lua.d/50-bluez-config.lua".text = '' - bluez_monitor.properties = { - ["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]" - -- mSBC provides better audio + microphone - ["bluez5.enable-msbc"] = true, - -- SBC XQ provides better audio - ["bluez5.enable-sbc-xq"] = true, - -- Hardware volume control - ["bluez5.enable-hw-volume"] = true, - } - ''; - }; - services.pipewire = { media-session.config.bluez-monitor.rules = [ {