From 1902a372eeb4b800b35c8f47cb28edfe507e0508 Mon Sep 17 00:00:00 2001 From: anand Date: Sun, 21 Dec 2025 14:21:10 +0530 Subject: Moved some things to nix shell flakes --- modules/android.nix | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 modules/android.nix (limited to 'modules/android.nix') diff --git a/modules/android.nix b/modules/android.nix deleted file mode 100644 index ff745e2..0000000 --- a/modules/android.nix +++ /dev/null @@ -1,24 +0,0 @@ -{ config, pkgs, ... }: -{ - #### SYSTEM (NixOS) #### - - programs.adb.enable = true; - - nixpkgs.config.android_sdk.accept_license = true; - - users.users.anand.extraGroups = [ "adbusers" ]; - - environment.variables = { - ANDROID_SDK_ROOT = "/home/anand/.android-sdk/libexec/android-sdk"; - ANDROID_HOME = "/home/anand/.android-sdk/libexec/android-sdk"; - }; - - home-manager.users.anand = - { pkgs, ... }: - { - home.packages = [ - pkgs.flutter - pkgs.android-tools - ]; - }; -} -- cgit v1.2.3