mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 01:42:55 +00:00
switch to pipewire
This commit is contained in:
parent
31fc8e204f
commit
98e5bc7cbf
@ -63,7 +63,16 @@
|
||||
|
||||
# Enable sound.
|
||||
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 = [
|
||||
# "HDMI-0"
|
||||
|
Loading…
Reference in New Issue
Block a user