Stop mumble from muting other processes
This commit is contained in:
parent
c057b9f4a2
commit
c041c23ec4
@ -122,12 +122,17 @@
|
|||||||
|
|
||||||
# Enable sound.
|
# Enable sound.
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware.pulseaudio = {
|
hardware = {
|
||||||
enable = true;
|
pulseaudio = {
|
||||||
# tcp = {
|
enable = true;
|
||||||
# enable = true;
|
# stop mumble from muting other processes
|
||||||
# anonymousClients.allowAll = true;
|
extraConfig = "unload-module module-role-cork";
|
||||||
# };
|
# tcp = {
|
||||||
|
# enable = true;
|
||||||
|
# anonymousClients.allowAll = true;
|
||||||
|
# };
|
||||||
|
};
|
||||||
|
opengl.driSupport32Bit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# set keyboard layout
|
# set keyboard layout
|
||||||
|
Loading…
Reference in New Issue
Block a user