Latest changes
This commit is contained in:
parent
6c998c8693
commit
2841490da0
7 changed files with 78 additions and 47 deletions
5
modules/common-desktop/adb.nix
Normal file
5
modules/common-desktop/adb.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
services.udev.packages = [
|
||||
pkgs.android-udev-rules
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue