diff options
Diffstat (limited to 'Biz/Dev/Beryllium')
-rw-r--r-- | Biz/Dev/Beryllium/Configuration.nix | 7 |
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; |