mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 14:23:55 -05:00
12 lines
206 B
Nix
12 lines
206 B
Nix
|
{
|
||
|
services.pipewire.wireplumber.extraConfig = {
|
||
|
"10-disable-camera" = {
|
||
|
"wireplumber.profiles" = {
|
||
|
main = {
|
||
|
"monitor.libcamera" = "disabled";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
}
|