This commit is contained in:
Andrea Ciceri 2025-03-06 13:05:59 +01:00
parent 75ab653451
commit ff47e7ba4b
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -1,6 +1,11 @@
{ lib, ... }: { lib, ... }:
{ {
services.pipewire.enable = true; services.pipewire = {
enable = true;
alsa.enable = true;
pulse.enable = true;
jack.enable = true;
};
services.pulseaudio = { services.pulseaudio = {
enable = false; enable = false;