Android: Difference between revisions
imported>MrVanDalo a bit of restructoring and I add a link to my lineage os cloud build setup |
imported>Raboof mention android-udev-rules |
||
| Line 1: | Line 1: | ||
== udev == | |||
On NixOS, the udev rules to give your user access to your device when it is plugged in can be loaded with | |||
<syntaxhighlight lang=nix> | |||
services.udev.packages = [ pkgs.android-udev-rules ]; | |||
</syntaxhighlight> | |||
== adb setup == | == adb setup == | ||