Added camera fix to blackbird

This commit is contained in:
2024-08-30 10:50:59 -03:00
parent 316d34128c
commit 01e03e8569

View File

@@ -47,6 +47,13 @@ in {
alsa.enable = true; alsa.enable = true;
alsa.support32Bit = true; alsa.support32Bit = true;
pulse.enable = true; pulse.enable = true;
wireplumber.extraConfig."10-disable-camera" = {
"wireplumber.profiles" = {
main = {
"monitor.libcamera" = "disabled";
};
};
};
}; };
# Setup bluetooth # Setup bluetooth