From 5e285062e1d230c1e5524ef1a9afd275a74a020a Mon Sep 17 00:00:00 2001 From: Jessica Canady Date: Sat, 22 Jul 2023 14:59:26 -0400 Subject: [PATCH] Enable JACK. And get rid of some invalid config. --- hosts/hornt.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/hornt.nix b/hosts/hornt.nix index d12aa96..8d65a7e 100644 --- a/hosts/hornt.nix +++ b/hosts/hornt.nix @@ -76,11 +76,7 @@ alsa.support32Bit = true; pulse.enable = true; # If you want to use JACK applications, uncomment this - #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) - #media-session.enable = true; + jack.enable = true; }; # Enable touchpad support (enabled default in most desktopManager).