desktop: replace pipewire with pulseaudio

PW keeps changing the inputs a few times per second, so in an online
meeting participants hear my ~every 2nd word.
This commit is contained in:
Motiejus Jakštys 2024-12-03 10:28:49 +02:00
parent 0ca7a56936
commit 8ab95b40c4

View File

@ -21,9 +21,16 @@ in
loader.systemd-boot.enable = true; loader.systemd-boot.enable = true;
}; };
hardware.bluetooth = { hardware = {
enable = true; pulseaudio = {
powerOnBoot = true; enable = true;
package = pkgs.pulseaudioFull;
};
bluetooth = {
enable = true;
powerOnBoot = true;
};
}; };
programs = { programs = {
@ -87,12 +94,7 @@ in
}; };
}; };
pipewire = { pipewire.enable = false;
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
};
tlp = { tlp = {
enable = true; enable = true;
@ -182,7 +184,6 @@ in
xss-lock xss-lock
valgrind valgrind
musl.dev musl.dev
qpwgraph # for pipewire
audacity audacity
graphviz graphviz
powertop powertop