summaryrefslogtreecommitdiff
path: root/common/services
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-05-02 14:31:53 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2025-05-02 14:31:53 +0200
commit990cac3ff8534c542e21226fd0b295a4c1b897ed (patch)
tree9897d7e8ac298d83826e229cf6b3666351ed9c23 /common/services
parent89a4138ad9bd47620a5dfafa1bec1992ea0f09c8 (diff)
flake: update
Diffstat (limited to 'common/services')
-rw-r--r--common/services/pipewire.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/services/pipewire.nix b/common/services/pipewire.nix
index d6efd73..1ad0a04 100644
--- a/common/services/pipewire.nix
+++ b/common/services/pipewire.nix
@@ -4,4 +4,5 @@
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
+ jack.enable = true;
}