From d26dfec36ad12c56beaffbb431eaff1022968f54 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 1 Dec 2021 16:53:48 +0000 Subject: [PATCH] Switch to pipewire --- hosts/common/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index f276ff0..1bb8f5b 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -53,8 +53,10 @@ # Enable sound. - sound.enable = true; - hardware.pulseaudio.enable = true; + services.pipewire = { + enable = true; + pulse.enable = true; + }; hardware.opengl.driSupport32Bit = true;