From 5b7db36b2649b7143405ef230ff7a0c81049baaf Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Sun, 3 Sep 2023 08:58:34 +0300 Subject: [PATCH] Disable jack Signed-off-by: Ivan Bushchik --- roles/graphical.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/graphical.nix b/roles/graphical.nix index 1f973a9..74af599 100644 --- a/roles/graphical.nix +++ b/roles/graphical.nix @@ -60,7 +60,6 @@ in { alsa.enable = true; pulse.enable = true; alsa.support32Bit = true; - jack.enable = true; }; qt = { @@ -120,4 +119,4 @@ in { }; }; }; -} \ No newline at end of file +}