Stop mumble from muting other processes

This commit is contained in:
Valentin Brandl 2021-05-01 12:48:09 +02:00
parent c057b9f4a2
commit c041c23ec4

View File

@ -122,13 +122,18 @@
# Enable sound. # Enable sound.
sound.enable = true; sound.enable = true;
hardware.pulseaudio = { hardware = {
pulseaudio = {
enable = true; enable = true;
# stop mumble from muting other processes
extraConfig = "unload-module module-role-cork";
# tcp = { # tcp = {
# enable = true; # enable = true;
# anonymousClients.allowAll = true; # anonymousClients.allowAll = true;
# }; # };
}; };
opengl.driSupport32Bit = true;
};
# set keyboard layout # set keyboard layout
environment.sessionVariables = { environment.sessionVariables = {