aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/pipewire.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/optional/pipewire.nix5
1 files changed, 4 insertions, 1 deletions
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)