aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-12-23 16:24:43 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-12-23 16:24:43 -0800
commitd0b6474e4a64fabd4cad594c1d79761154f2ffd3 (patch)
tree25c3d42f8dcee464fb53addbf78e7953f9113bcd /hosts/common/optional
parentf8824a08f5ebb43c15279dadc78be7e1ad2545ae (diff)
downloadnix-d0b6474e4a64fabd4cad594c1d79761154f2ffd3.tar
nix-d0b6474e4a64fabd4cad594c1d79761154f2ffd3.tar.gz
nix-d0b6474e4a64fabd4cad594c1d79761154f2ffd3.tar.bz2
nix-d0b6474e4a64fabd4cad594c1d79761154f2ffd3.tar.lz
nix-d0b6474e4a64fabd4cad594c1d79761154f2ffd3.tar.xz
nix-d0b6474e4a64fabd4cad594c1d79761154f2ffd3.tar.zst
nix-d0b6474e4a64fabd4cad594c1d79761154f2ffd3.zip
Add pipewire from master branch
Diffstat (limited to '')
-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)