mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-15 08:46:25 +00:00
12 lines
225 B
Nix
12 lines
225 B
Nix
|
{
|
||
|
security.rtkit.enable = true;
|
||
|
hardware.pulseaudio.enable = false;
|
||
|
services.pipewire = {
|
||
|
enable = true;
|
||
|
alsa.enable = true;
|
||
|
alsa.support32Bit = true;
|
||
|
pulse.enable = true;
|
||
|
jack.enable = true;
|
||
|
};
|
||
|
}
|