From 31aa0b13372a2a0b8d61f613a3f62eb2a0c46b4d Mon Sep 17 00:00:00 2001 From: cspark Date: Tue, 24 Dec 2024 15:10:07 +0000 Subject: [PATCH] Move android studio to desktop configuration --- configurations/desktop/configuration.nix | 3 +++ global.nix | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configurations/desktop/configuration.nix b/configurations/desktop/configuration.nix index e5e954e1..28908409 100644 --- a/configurations/desktop/configuration.nix +++ b/configurations/desktop/configuration.nix @@ -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 = { diff --git a/global.nix b/global.nix index 3be1613e..72bd1bc8 100644 --- a/global.nix +++ b/global.nix @@ -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