refactor(nix/host/orion): enable pulse for pipewire
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s

This commit is contained in:
Price Hiller 2024-06-23 15:25:00 -05:00
parent a517355443
commit aa4ff5e553
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -4,5 +4,6 @@
services.pipewire = {
enable = true;
alsa.enable = true;
pulse.enable = true;
};
}