mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 11:51:13 +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;
|
||
|
}
|