infrastructure/hosts/aurum/system/audio/default.nix

9 lines
138 B
Nix
Raw Normal View History

2024-01-15 15:50:55 +00:00
{...}: {
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
2024-01-15 15:50:55 +00:00
pulse.enable = true;
};
}