switch to pipewire

This commit is contained in:
Noah Masur 2022-01-13 09:45:27 -05:00
parent 31fc8e204f
commit 98e5bc7cbf

View File

@ -63,7 +63,16 @@
# Enable sound. # Enable sound.
sound.enable = true; sound.enable = true;
hardware.pulseaudio.enable = true; hardware.pulseaudio.enable = false;
services.pipewire = {
enable = true;
# Sound card drivers
alsa.enable = true;
# PulseAudio emulation
pulse.enable = true;
};
#services.xrandr.xrandrHeads = [ #services.xrandr.xrandrHeads = [
# "HDMI-0" # "HDMI-0"