From d5ba8edbcb65b2dcb93886aea74569b15543c132 Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Mon, 15 Apr 2024 09:41:57 -0700 Subject: [PATCH] adb --- configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 207efd1..31121ac 100644 --- a/configuration.nix +++ b/configuration.nix @@ -217,12 +217,14 @@ in { users.users.jaina = { isNormalUser = true; uid = 1000; - extraGroups = [ "wheel" "networkmanager" "libvirtd" ]; + extraGroups = [ "wheel" "networkmanager" "libvirtd" "adbusers" ]; packages = with pkgs; [ fish ]; shell = pkgs.fish; }; programs.fish.enable = true; + programs.adb.enable = true; + # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [