From f8476a6dcc0c56ffe99aefd2b1fdeb46ffc5a1c0 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Sun, 20 Oct 2024 00:03:34 -0500 Subject: [PATCH] Enable JACK audio server --- oscar/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/configuration.nix b/oscar/configuration.nix index fc035c8..16bb95e 100644 --- a/oscar/configuration.nix +++ b/oscar/configuration.nix @@ -103,7 +103,7 @@ alsa.support32Bit = true; pulse.enable = true; # If you want to use JACK applications, uncomment this - #jack.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)