config: Switch to pipewire

An attempt at solving the audio issues I have, proven unfruitful but it
is a good change regardless.
master
Chan Wen Xu 2021-12-03 13:05:15 +07:00
parent 7a8ebd19b6
commit 3fe0621abd
1 changed files with 9 additions and 1 deletions

@ -36,7 +36,15 @@
];
sound.enable = true;
hardware.pulseaudio.enable = true;
hardware.pulseaudio.enable = lib.mkForce false;
services.pipewire = {
enable = true;
alsa.enable = true;
jack.enable = true;
pulse.enable = true;
alsa.support32Bit = true;
};
time.timeZone = "Asia/Kuala_Lumpur";