From bbf25dcb6d5fc7b1f30cd4154d2e9bc07c1bd547 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Fri, 23 Feb 2024 16:45:58 -0500 Subject: [PATCH] Turn on JACK --- nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos.nix b/nixos.nix index 6d2f20c..b65b519 100644 --- a/nixos.nix +++ b/nixos.nix @@ -89,7 +89,7 @@ let systemInformation = import ./system/system-information.nix; in 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)