Loading nixos/modules/services/desktops/pipewire/wireplumber.nix +10 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,16 @@ in configPackages = mkOption { type = listOf package; default = [ ]; example = literalExpression ''[ (pkgs.writeTextDir "share/wireplumber/wireplumber.conf.d/10-bluez.conf" ''' monitor.bluez.properties = { bluez5.roles = [ a2dp_sink a2dp_source bap_sink bap_source hsp_hs hsp_ag hfp_hf hfp_ag ] bluez5.codecs = [ sbc sbc_xq aac ] bluez5.enable-sbc-xq = true bluez5.hfphsp-backend = "native" } ''') ]''; description = '' List of packages that provide WirePlumber configuration, in the form of `share/wireplumber/*/*.conf` files. Loading Loading
nixos/modules/services/desktops/pipewire/wireplumber.nix +10 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,16 @@ in configPackages = mkOption { type = listOf package; default = [ ]; example = literalExpression ''[ (pkgs.writeTextDir "share/wireplumber/wireplumber.conf.d/10-bluez.conf" ''' monitor.bluez.properties = { bluez5.roles = [ a2dp_sink a2dp_source bap_sink bap_source hsp_hs hsp_ag hfp_hf hfp_ag ] bluez5.codecs = [ sbc sbc_xq aac ] bluez5.enable-sbc-xq = true bluez5.hfphsp-backend = "native" } ''') ]''; description = '' List of packages that provide WirePlumber configuration, in the form of `share/wireplumber/*/*.conf` files. Loading