From d5307ff551ca00cf62828d378123692777f97b1d Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 25 May 2021 18:19:05 +0200 Subject: [PATCH] machines: aramis: sound: switch to pipewire The support for mSBC means I should get better audio on my QC35. --- machines/aramis/sound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/aramis/sound.nix b/machines/aramis/sound.nix index 586f3ff..97537e3 100644 --- a/machines/aramis/sound.nix +++ b/machines/aramis/sound.nix @@ -3,7 +3,7 @@ my.modules.sound = { enable = true; - pulse = { + pipewire = { enable = true; }; };