Your one-stop-cake-shop for everything Freshly Baked has to offer

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

authored by thecoded.prof and committed by

Tangled 7fd839cf 578d77da

+3
+3
packetmix/systems/shorthair/webcam.nix
··· 4 4 5 5 { 6 6 programs.droidcam.enable = true; 7 + boot.extraModprobeConfig = '' 8 + options v4l2loopback exclusive_caps=1 card_label="Droidcam Webcam" 9 + ''; 7 10 }