From 8ff53ff69fc1bde8b00c47d6585d5ecedfcaeae8 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 | 7 +++++++ 1 file changed, 7 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..fdac5cd2 --- /dev/null +++ b/packetmix/systems/shorthair/webcam.nix @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: 2025 FreshlyBakedCake +# +# SPDX-License-Identifier: MIT + +{ + programs.droidcam.enable = true; +} -- 2.43.0