Stop mumble from muting other processes
This commit is contained in:
parent
c057b9f4a2
commit
c041c23ec4
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user