From 52e1586cfecccbdfb061c9b528a7f449db2e6330 Mon Sep 17 00:00:00 2001 From: jay Date: Sat, 26 Jul 2025 17:15:54 -0400 Subject: [PATCH] disable wireplumber. --- nodes/hosts/common/services/sound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/hosts/common/services/sound.nix b/nodes/hosts/common/services/sound.nix index a553eaa..a622fac 100644 --- a/nodes/hosts/common/services/sound.nix +++ b/nodes/hosts/common/services/sound.nix @@ -11,7 +11,7 @@ alsa.enable = true; alsa.support32Bit = true; pulse.enable = true; - wireplumber.enable = true; + #wireplumber.enable = true; # If you want to use JACK applications, uncomment this jack.enable = true;