We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38277d commit f122cecCopy full SHA for f122cec
1 file changed
desktop/configuration/services.nix
@@ -172,6 +172,25 @@
172
pipewire = {
173
extraConfig = {
174
175
+ "99-shure-mv6-fix" = {
176
+ "monitor.alsa.rules" = [
177
+ {
178
+ matches = [
179
180
+ "node.name" = "alsa_input.usb-Shure_Inc_Shure_MV6_MV6_5-46eb059a33dea45395003fb898472029-01.mono-fallback";
181
+ }
182
+ ];
183
+ actions = {
184
+ update-props = {
185
+ "api.alsa.soft-mixer" = true;
186
+ "device.vcp-usage" = "none";
187
+ "node.pause-on-idle" = false;
188
+ "api.dbus.ReserveDevice" = false;
189
+ };
190
191
192
193
194
"99-mono-downmix" = {
195
"context.modules" = [
196
{
0 commit comments