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.
sound.enable = true;
hardware.pulseaudio = {
hardware = {
pulseaudio = {
enable = true;
# stop mumble from muting other processes
extraConfig = "unload-module module-role-cork";
# tcp = {
# enable = true;
# anonymousClients.allowAll = true;
# };
};
opengl.driSupport32Bit = true;
};
# set keyboard layout
environment.sessionVariables = {