11 lines
183 B
Nix
11 lines
183 B
Nix
{
|
|
# Enables wireplumber automatically
|
|
services.pipewire = {
|
|
enable = true;
|
|
alsa = {
|
|
enable = true;
|
|
support32Bit = true;
|
|
};
|
|
pulse.enable = true;
|
|
};
|
|
}
|