From 7cc99cc2c7af50edab8f19b2dad953fa74e1a535 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 15 Jul 2024 20:28:31 -0700 Subject: [PATCH] Add Android adb, for flashing LineageOS --- nalai/configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nalai/configuration.nix b/nalai/configuration.nix index 518367f..4c97a9e 100644 --- a/nalai/configuration.nix +++ b/nalai/configuration.nix @@ -99,13 +99,16 @@ users.users.eliribble = { isNormalUser = true; description = "Eli Ribble"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "adbusers" "networkmanager" "wheel" ]; packages = with pkgs; [ kdePackages.kate # thunderbird ]; }; + # Set up Android dev tools + programs.adb.enable = true; + # Install firefox. programs.firefox.enable = true; @@ -116,7 +119,7 @@ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "spotify" ]; - + # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [