From a96038b6ec7b454daa5de27c59a944225d9ef97d Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 25 Jan 2026 14:51:51 +0100 Subject: [PATCH] feat: apply to soundbar only --- modules/linux/home-manager/pipewire.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/linux/home-manager/pipewire.nix b/modules/linux/home-manager/pipewire.nix index 56b3b3d..d14d79f 100644 --- a/modules/linux/home-manager/pipewire.nix +++ b/modules/linux/home-manager/pipewire.nix @@ -156,6 +156,7 @@ in { "playback.props" = { "node.name" = "effect_output.eq6"; "node.passive" = true; + "node.target" = "alsa_output.usb-Creative_Technology_Ltd_Creative_Stage_Air_V2_Creative_Lab-01.analog-stereo"; }; }; }