mirror of
https://github.com/youwen5/nixos.git
synced 2025-02-07 21:11:11 -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;
|
pulse.enable = true;
|
||||||
jack.enable = true;
|
jack.enable = true;
|
||||||
wireplumber.enable = true;
|
wireplumber.enable = true;
|
||||||
extraConfig.pipewire = {
|
# extraConfig.pipewire = {
|
||||||
bluez = {
|
# bluez = {
|
||||||
bluez5.a2dp.latency.msec = 200;
|
# bluez5.a2dp.latency.msec = 200;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue