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