fix(pm/shorthair/webcam): Add kernel option for zoom #46

merged
opened by thecoded.prof targeting main from private/coded/push-ntxxzlxxnmxz
Changed files
+3
packetmix
systems
shorthair
+3
packetmix/systems/shorthair/webcam.nix
··· 4 5 { 6 programs.droidcam.enable = true; 7 }
··· 4 5 { 6 programs.droidcam.enable = true; 7 + boot.extraModprobeConfig = '' 8 + options v4l2loopback exclusive_caps=1 card_label="Droidcam Webcam" 9 + ''; 10 }