Turn on JACK

This commit is contained in:
Emi Simpson 2024-02-23 16:45:58 -05:00
parent 71fdda00f1
commit bbf25dcb6d
Signed by: Emi
GPG key ID: A12F2C2FFDC3D847

View file

@ -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)