From e14c97062dc4f6dd6393f3442a12967f34197d5a Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 6 Nov 2024 21:58:42 -0600 Subject: [PATCH] feat: added droidcam --- nixos/modules/android.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/modules/android.nix b/nixos/modules/android.nix index ad39cb6..32c2d19 100755 --- a/nixos/modules/android.nix +++ b/nixos/modules/android.nix @@ -1,5 +1,8 @@ {pkgs, ...}: { - programs.adb.enable = true; + programs = { + adb.enable = true; + droidcam.enable = true; + }; services.udev.packages = builtins.attrValues { inherit (pkgs)