chore: adds v4l2loopback and config for the obs virtual camera

This commit is contained in:
Ahwx 2025-07-26 21:54:21 +02:00
parent ca6f78393a
commit b5251f42b9

View file

@ -93,7 +93,11 @@
[ [
acpi_call acpi_call
cpupower cpupower
v4l2loopback
] ]
++ [ pkgs.cpupower-gui ]; ++ [ pkgs.cpupower-gui ];
extraModprobeConfig = ''
options v4l2loopback devices=1 video_nr=1 card_label="OBS Cam" exclusive_caps=1
'';
}; };
} }