feat(halo): add sound

This commit is contained in:
Harald Hoyer 2026-03-10 13:35:24 +01:00
parent 9f30f582ec
commit 0e4f847145

View file

@ -22,6 +22,12 @@ with lib.metacfg;
8880 8880
]; ];
services.pipewire = {
enable = true;
alsa.enable = true;
pulse.enable = true; # if you need PulseAudio compat
};
hardware.graphics = { hardware.graphics = {
enable = true; enable = true;