From 3ec71ba07065d05739cf8fb420bcd1770f374a62 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sun, 30 Oct 2022 14:35:08 +0100 Subject: [PATCH] Disable jack, don't need it anymore bc pipewire --- system/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/default.nix b/system/default.nix index c4d1c006..7c1fe5eb 100644 --- a/system/default.nix +++ b/system/default.nix @@ -186,7 +186,7 @@ alsa.enable = true; alsa.support32Bit = true; pulse.enable = true; - jack.enable = true; # TODO: Was needed for low latency but probably not anymore (?) as Bitwig supports Pipewire now + jack.enable = false; # TODO: Was needed for low latency but probably not anymore (?) as Bitwig supports Pipewire now wireplumber.enable = true; # Probably the default media-session.enable = false;