diff --git a/common.nix b/common.nix index 77e586d..01f807f 100644 --- a/common.nix +++ b/common.nix @@ -136,7 +136,7 @@ with builtins; }; users.users.jade = { isNormalUser = true; - extraGroups = [ "wheel" "input" "uinput" "libvirtd" ]; + extraGroups = [ "wheel" "input" "uinput" "libvirtd" "adbusers" ]; packages = with pkgs; [ ]; }; @@ -177,6 +177,8 @@ users.users.jade = { programs.noisetorch.enable = true; + programs.adb.enable = true; + environment.pathsToLink = [ "/share/nix-direnv" ];