This commit is contained in:
parent
34a7003c12
commit
79c7e0213a
2 changed files with 2 additions and 19 deletions
|
|
@ -19,6 +19,7 @@
|
|||
geary
|
||||
proton-vpn
|
||||
onlyoffice-desktopeditors
|
||||
spotify
|
||||
];
|
||||
|
||||
|
||||
|
|
@ -55,25 +56,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
# PipeWire with Bluetooth support
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
pulse.enable = true;
|
||||
|
||||
# Add Bluetooth codec config
|
||||
wireplumber.configPackages = [
|
||||
(pkgs.writeTextDir "share/wireplumber/bluetooth.lua.d/51-bluez-config.lua" ''
|
||||
bluez_monitor.properties = {
|
||||
["bluez5.enable-sbc-xq"] = true,
|
||||
["bluez5.enable-msbc"] = true,
|
||||
["bluez5.enable-hw-volume"] = true,
|
||||
["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]"
|
||||
}
|
||||
'')
|
||||
];
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue