Skip to content

Commit

Permalink
android: Stop using droidcam as android now has this feature builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
TLATER committed Jan 28, 2024
1 parent 14b2769 commit 2b75bea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nixos-config/yui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,5 @@ in {

# For random android-related things
programs.adb.enable = true;
# TODO(tlater): Swap out with whatever Android 14 introduces
programs.droidcam.enable = true;
users.users.tlater.extraGroups = ["adbusers"];
}

0 comments on commit 2b75bea

Please sign in to comment.