Skip to content

Commit 423d064

Browse files
authored
Merge pull request #464 from Gaming-Linux-FR/vinceff-patch-2
Patch A1RM4X & SEBANC FIX
2 parents 8b46779 + 7b20843 commit 423d064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/default/pipewire.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ let
6363
# Configuration pour désactiver le microphone d'entrée par défaut
6464
pipewire."01-microphone" = {
6565
"context.filter" = {
66-
in.ports = [ "alsa_input.usb-..." ];
66+
**"in".ports** = [ "alsa_input.usb-..." ];
6767
out.props = { "node.disable" = true; };
6868
};
6969
};

0 commit comments

Comments
 (0)