Move android studio to desktop configuration
This commit is contained in:
parent
55669cfa07
commit
31aa0b1337
|
|
@ -147,6 +147,9 @@
|
|||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
nvtopPackages.amd
|
||||
|
||||
# Use the android-studio-full attribute for a very complete Android SDK, including system images
|
||||
android-studio-full
|
||||
];
|
||||
|
||||
environment.variables = {
|
||||
|
|
|
|||
|
|
@ -253,8 +253,6 @@
|
|||
jq
|
||||
libnotify
|
||||
|
||||
# Use the android-studio-full attribute for a very complete Android SDK, including system images
|
||||
# android-studio-full
|
||||
] ++ stablePackages;
|
||||
|
||||
# Enable ADB Tools for android development
|
||||
|
|
|
|||
Loading…
Reference in New Issue