mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
added adb tools
Signed-off-by: Jade <obsidianical@gmail.com>
This commit is contained in:
parent
41195104f0
commit
7f0499d843
|
@ -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