From 81d5d0dcb0f34ce12f16ad95e45ace5d832803d8 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 9 Aug 2022 16:40:00 +0200 Subject: [PATCH] add explicit pipewire flags --- nixos/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index cbc39fc8..4fcee0e6 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -173,9 +173,8 @@ pulse.enable = true; jack.enable = true; # We need this for low latency audio - # 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; + wireplumber.enable = true; + media-session.enable = false; }; fonts = { @@ -218,6 +217,7 @@ "networkmanager" "wheel" "audio" + "pipewire" "realtime" "gamemode" "docker"