From d73ccab00830ec5357a8ed1bd63dda7b8cda13d1 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Mon, 31 Oct 2022 23:40:53 -0400 Subject: [PATCH] replace pulseaudio with pipewire closes #8 --- modules/hardware/audio.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/hardware/audio.nix b/modules/hardware/audio.nix index 31b036b..25e0012 100644 --- a/modules/hardware/audio.nix +++ b/modules/hardware/audio.nix @@ -33,8 +33,11 @@ in { config = lib.mkIf config.gui.enable { sound.enable = true; - # Enable PulseAudio - hardware.pulseaudio.enable = true; + # Enable PipeWire + services.pipewire = { + enable = true; + pulse.enable = true; + }; # These aren't necessary, but helpful for the user environment.systemPackages = with pkgs; [