dots/hosts/orion/modules/audio.nix
Price Hiller aa4ff5e553
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s
refactor(nix/host/orion): enable pulse for pipewire
2024-06-23 15:25:00 -05:00

10 lines
142 B
Nix

{ ... }:
{
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
pulse.enable = true;
};
}