diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-05-02 14:31:53 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-05-02 14:31:53 +0200 |
| commit | 990cac3ff8534c542e21226fd0b295a4c1b897ed (patch) | |
| tree | 9897d7e8ac298d83826e229cf6b3666351ed9c23 /common/services/pipewire.nix | |
| parent | 89a4138ad9bd47620a5dfafa1bec1992ea0f09c8 (diff) | |
flake: update
Diffstat (limited to 'common/services/pipewire.nix')
| -rw-r--r-- | common/services/pipewire.nix | 1 |
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; } |