diff --git a/modules/system.nix b/modules/system.nix index 79136e6b..71bed5f6 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -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; # Define a user account. Don't forget to set a password with ‘passwd’.