added adb tools

Signed-off-by: Jade <obsidianical@gmail.com>
This commit is contained in:
Schrottkatze 2023-02-03 15:36:50 +01:00
parent 41195104f0
commit 7f0499d843

View file

@ -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"
];