From 38dca162bd8bdcd4b3fb5143801147e5cfe75fa1 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Sat, 18 Nov 2023 18:31:00 +0000 Subject: [PATCH] feat(alex): enable pipewire jack support --- hosts/alex/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/alex/configuration.nix b/hosts/alex/configuration.nix index 7ef15f4..a5c0267 100644 --- a/hosts/alex/configuration.nix +++ b/hosts/alex/configuration.nix @@ -25,6 +25,7 @@ enable = true; alsa.enable = true; alsa.support32Bit = true; + jack.enable = true; pulse.enable = true; };