2024-10-14 18:43:31 +03:00
|
|
|
{
|
2025-01-15 22:31:14 +03:00
|
|
|
services.pulseaudio.enable = false;
|
2024-10-14 18:43:31 +03:00
|
|
|
security.rtkit.enable = true;
|
|
|
|
services.pipewire = {
|
|
|
|
enable = true;
|
|
|
|
alsa.enable = true;
|
|
|
|
alsa.support32Bit = true;
|
|
|
|
pulse.enable = true;
|
|
|
|
# If you want to use JACK applications, uncomment this
|
|
|
|
#jack.enable = true;
|
|
|
|
};
|
|
|
|
}
|