From b2b10f8179c22bbe73d8bcb648879ebebf123103 Mon Sep 17 00:00:00 2001 From: sils Date: Sat, 10 Dec 2022 10:18:24 +0100 Subject: switch to pipewire --- sound.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sound.nix b/sound.nix index 10c3916..a47e4ef 100644 --- a/sound.nix +++ b/sound.nix @@ -1,6 +1,12 @@ { config, pkgs, ... }: { - sound.enable = true; - hardware.pulseaudio.enable = true; + security.rtkit.enable = true; + services.pipewire = { + enable = true; + alsa.enable = true; + alsa.support32Bit = true; + pulse.enable = true; + jack.enable = true; + }; } -- cgit 1.4.1