mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Multimedia] enable experimental Bluetooth LE Audio support
This commit is contained in:
parent
9e6a0fc11d
commit
ba64b8c8ae
1 changed files with 14 additions and 0 deletions
|
|
@ -59,6 +59,20 @@ in {
|
||||||
alsa.support32Bit = mkDefault true;
|
alsa.support32Bit = mkDefault true;
|
||||||
wireplumber.enable = true;
|
wireplumber.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
|
hardware.bluetooth.settings = {
|
||||||
|
General = {
|
||||||
|
Experimental = true;
|
||||||
|
KernelExperimental = concatStringsSep "," [
|
||||||
|
"6fbaf188-05e0-496a-9885-d6ddfdb4e03e" # BlueZ Experimental ISO socket
|
||||||
|
];
|
||||||
|
};
|
||||||
|
Policy = {
|
||||||
|
ResumeDelay = 4;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
"wireplumber/bluetooth.lua.d/51-bluez-config.lua".text = ''
|
"wireplumber/bluetooth.lua.d/51-bluez-config.lua".text = ''
|
||||||
bluez_monitor.properties = {
|
bluez_monitor.properties = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue