From 257263c36d22a004f24c5f3898cb5878db8f28f2 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 14 Mar 2025 10:55:46 -0700 Subject: Add wireplumber from master branch --- hosts/common/optional/pipewire.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/common/optional/pipewire.nix') diff --git a/hosts/common/optional/pipewire.nix b/hosts/common/optional/pipewire.nix index e942339..8981b20 100644 --- a/hosts/common/optional/pipewire.nix +++ b/hosts/common/optional/pipewire.nix @@ -25,7 +25,10 @@ jack.enable = true; package = pkgs.master.pipewire; pulse.enable = true; - wireplumber.enable = true; + wireplumber = { + enable = true; + package = pkgs.master.wireplumber; + }; # use the example session manager (no others are packaged yet so this is enabled by default, # no need to redefine it in your config for now) -- cgit v1.2.3