add wireplumber fix
https://www.reddit.com/r/linux/comments/1em8biv/psa_pipewire_has_been_halving_your_battery_life/ thanks vaxry :3
This commit is contained in:
parent
56c6b4e6d5
commit
47de34e1d4
1 changed files with 10 additions and 1 deletions
|
@ -18,7 +18,16 @@ in {
|
|||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
wireplumber.enable = true;
|
||||
wireplumber = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
wireplumber.profiles = {
|
||||
main = {
|
||||
monitor.libcamera = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
security.rtkit.enable = true;
|
||||
|
|
Loading…
Reference in a new issue