refactor: collapse alsa and wireplumber configuration into single blocks
This commit is contained in:
parent
6c734afe3b
commit
c2b6c8e6c0
1 changed files with 16 additions and 3 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue