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;
};
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
hardware = {
pulseaudio = {
enable = true;
package = pkgs.pulseaudioFull;
};
bluetooth = {
enable = true;
powerOnBoot = true;
};
};
programs = {
@ -87,12 +94,7 @@ in
};
};
pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
};
pipewire.enable = false;
tlp = {
enable = true;
@ -182,7 +184,6 @@ in
xss-lock
valgrind
musl.dev
qpwgraph # for pipewire
audacity
graphviz
powertop