mirror of
https://github.com/youwen5/nixos.git
synced 2025-02-07 13:11:10 -08:00
feat: disable extra bluetooth latency
Some checks are pending
Check flake / check (push) Waiting to run
Some checks are pending
Check flake / check (push) Waiting to run
This commit is contained in:
parent
8ebf4629d9
commit
9a5a725ef5
1 changed files with 5 additions and 5 deletions
|
@ -20,11 +20,11 @@ in
|
|||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
wireplumber.enable = true;
|
||||
extraConfig.pipewire = {
|
||||
bluez = {
|
||||
bluez5.a2dp.latency.msec = 200;
|
||||
};
|
||||
};
|
||||
# extraConfig.pipewire = {
|
||||
# bluez = {
|
||||
# bluez5.a2dp.latency.msec = 200;
|
||||
# };
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue