summaryrefslogtreecommitdiff
path: root/Biz/Dev/Beryllium
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2024-10-17 11:42:48 -0400
committerBen Sima <ben@bsima.me>2024-12-21 10:06:46 -0500
commita6d9160f9a42ce686caf4abbb9f116e46750a059 (patch)
tree751eb8a034f22d311b122287a8715fd559fc012b /Biz/Dev/Beryllium
parentdf06c7b292b1d4f88d446ab01e0faf597b732d61 (diff)
Enable jack and wireplumber
Trying to enable reaper and my microphone.
Diffstat (limited to 'Biz/Dev/Beryllium')
-rw-r--r--Biz/Dev/Beryllium/Configuration.nix7
1 files changed, 2 insertions, 5 deletions
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;