mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Multimedia] Try to fix Wireplumber config
This commit is contained in:
parent
c6f18cc4a1
commit
c500db4bcd
1 changed files with 11 additions and 10 deletions
|
|
@ -107,16 +107,17 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.etc = {
|
# https://pipewire.pages.freedesktop.org/wireplumber/daemon/configuration/bluetooth.html
|
||||||
"wireplumber/bluetooth.lua.d/51-bluez-config.lua".text = ''
|
services.pipewire.wireplumber.extraConfig = {
|
||||||
bluez_monitor.properties = {
|
"monitor.bluez.properties" = {
|
||||||
["bluez5.enable-sbc-xq"] = true,
|
"bluez5.enable-sbc-xq" = true; # Should be default now
|
||||||
["bluez5.enable-msbc"] = true,
|
"bluez5.enable-msbc" = true; # Default
|
||||||
["bluez5.enable-hw-volume"] = true,
|
"bluez5.enable-hw-volume" = true; # Default
|
||||||
["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]"
|
"bluez5.headset-roles" = [ "hsp_hs" "hsp_ag" "hfp_hf" "hfp_ag" ];
|
||||||
}
|
};
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
security.rtkit.enable = true; # Real-time support for pipewire
|
security.rtkit.enable = true; # Real-time support for pipewire
|
||||||
|
|
||||||
aviallon.programs.allowUnfreeList = [
|
aviallon.programs.allowUnfreeList = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue