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