From ece8b09fd1f02124122369833e11726a471b4d95 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 23 Apr 2022 18:25:37 +0000 Subject: [PATCH] temp: remove pipewire, back to pulseaudio --- nixos/configuration.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 86f6c3a..2e9d3c7 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -93,19 +93,7 @@ # Enable sound. sound.enable = true; - hardware.pulseaudio.enable = false; - services.pipewire = { - enable = true; - - # Sound card drivers - alsa = { - enable = true; - support32Bit = true; - }; - - # PulseAudio emulation - pulse.enable = true; - }; + hardware.pulseaudio.enable = true; # Install fonts fonts.fonts = with pkgs; [