refactor: collapse alsa and wireplumber configuration into single blocks

This commit is contained in:
Ceferino Patino 2026-05-01 22:25:51 -05:00
commit c2b6c8e6c0
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -23,10 +23,23 @@ in {
jack.enable = true;
wireplumber.enable = true;
alsa = {
enable = true;
support32Bit = true;
};
alsa.enable = true;
alsa.support32Bit = true;
wireplumber = {
enable = true;
extraConfig = {
"10-libcamera" = {
"wireplumber.profiles" = {
main = {
"monitor.libcamera" = "required";
};
};
};
};
};
};
};
}