From d0b6474e4a64fabd4cad594c1d79761154f2ffd3 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 23 Dec 2024 16:24:43 -0800 Subject: Add pipewire from master branch --- hosts/common/optional/pipewire.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hosts/common/optional/pipewire.nix') diff --git a/hosts/common/optional/pipewire.nix b/hosts/common/optional/pipewire.nix index cf267d4..2e69b5c 100644 --- a/hosts/common/optional/pipewire.nix +++ b/hosts/common/optional/pipewire.nix @@ -21,12 +21,13 @@ security.rtkit.enable = true; services.pipewire = { - enable = true; alsa.enable = true; alsa.support32Bit = true; + enable = true; + jack.enable = true; + package = pkgs.master.pipewire; pulse.enable = true; wireplumber.enable = true; - jack.enable = true; # 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