added adb tools
Signed-off-by: Jade <obsidianical@gmail.com>
This commit is contained in:
parent
41195104f0
commit
7f0499d843
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue