mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-12 07:32:40 +02:00
fix: add android development tools - adb/fastboot
This commit is contained in:
+2
-1
@@ -187,7 +187,8 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# android development tools, this will install adb/fastboot and other android tools automatically
|
# android development tools, this will install adb/fastboot and other android tools and udev rules
|
||||||
|
# see https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/programs/adb.nix
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
|
|||||||
Reference in New Issue
Block a user