From fd276ec2e424fc55594984e8c56f236759bbdb19 Mon Sep 17 00:00:00 2001 From: Samuel Shuert Date: Tue, 30 Sep 2025 18:20:45 +0000 Subject: [PATCH] feat(pm/shorthair): Add droidcam for phone webcam Change-Id: luuosvstvntzknnynsrmllxuvvroupvk --- packetmix/systems/shorthair/webcam.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packetmix/systems/shorthair/webcam.nix diff --git a/packetmix/systems/shorthair/webcam.nix b/packetmix/systems/shorthair/webcam.nix new file mode 100644 index 00000000..2aaa7355 --- /dev/null +++ b/packetmix/systems/shorthair/webcam.nix @@ -0,0 +1,3 @@ +{ + programs.droidcam.enable = true; +} -- 2.43.0