mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 05:12:56 +00:00
switch to pipewire
This commit is contained in:
parent
31fc8e204f
commit
98e5bc7cbf
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user