From a6d9160f9a42ce686caf4abbb9f116e46750a059 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 17 Oct 2024 11:42:48 -0400 Subject: Enable jack and wireplumber Trying to enable reaper and my microphone. --- Biz/Dev/Beryllium/Configuration.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Biz/Dev/Beryllium/Configuration.nix') diff --git a/Biz/Dev/Beryllium/Configuration.nix b/Biz/Dev/Beryllium/Configuration.nix index b898764..16f4bca 100644 --- a/Biz/Dev/Beryllium/Configuration.nix +++ b/Biz/Dev/Beryllium/Configuration.nix @@ -62,11 +62,8 @@ in { 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; + wireplumber.enable = true; }; hardware.opengl.enable = true; -- cgit v1.2.3