diff --git a/nix/home-manager/configuration/graphical-fullblown.nix b/nix/home-manager/configuration/graphical-fullblown.nix index f3f13b1..3498b45 100644 --- a/nix/home-manager/configuration/graphical-fullblown.nix +++ b/nix/home-manager/configuration/graphical-fullblown.nix @@ -27,8 +27,6 @@ in { gnutls = true; }; - android_sdk.accept_license = true; - packageOverrides = pkgs: with pkgs; { myPython36 = python36Full.withPackages (ps: with ps; [ pep8 yapf flake8 @@ -324,7 +322,7 @@ in { bazel ## Android - # 2019-03-05: missing on 19.03 androidsdk + androidenv.androidPkgs_9_0.platform-tools ## Java # jre diff --git a/nix/os/lib/default.nix b/nix/os/lib/default.nix index 48aeb39..566ccb9 100644 --- a/nix/os/lib/default.nix +++ b/nix/os/lib/default.nix @@ -22,6 +22,7 @@ "audio" "video" "cdrom" + "adbusers" ]; openssh.authorizedKeys.keys = keys.users.steveej.openssh; } // args; diff --git a/nix/os/profiles/graphical/system.nix b/nix/os/profiles/graphical/system.nix index 5a23113..ee322df 100644 --- a/nix/os/profiles/graphical/system.nix +++ b/nix/os/profiles/graphical/system.nix @@ -91,6 +91,7 @@ services.udev.packages = [ pkgs.libu2f-host pkgs.yubikey-personalization + pkgs.android-udev-rules ]; services.udev.extraRules = '' # OnePlusOne