mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
16 lines
204 B
Nix
16 lines
204 B
Nix
{
|
|
services.pipewire = {
|
|
enable = true;
|
|
|
|
alsa = {
|
|
enable = true;
|
|
support32Bit = true;
|
|
};
|
|
|
|
pulse.enable = true;
|
|
jack.enable = true;
|
|
};
|
|
|
|
security.rtkit.enable = true;
|
|
}
|