Move android studio to desktop configuration

This commit is contained in:
Curt Spark 2024-12-24 15:10:07 +00:00
parent 55669cfa07
commit 31aa0b1337
2 changed files with 3 additions and 2 deletions

View File

@ -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 = {

View File

@ -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