feat(pm/shorthair): Add droidcam for phone webcam #41

merged
opened by thecoded.prof targeting main from private/coded/push-luuosvstvntz
Changed files
+7
packetmix
systems
shorthair
+7
packetmix/systems/shorthair/webcam.nix
··· 1 + # SPDX-FileCopyrightText: 2025 FreshlyBakedCake 2 + # 3 + # SPDX-License-Identifier: MIT 4 + 5 + { 6 + programs.droidcam.enable = true; 7 + }