fix: adb in the wrong place
This commit is contained in:
parent
4a2fd693f9
commit
8e265de581
2 changed files with 2 additions and 2 deletions
|
@ -51,6 +51,7 @@
|
|||
|
||||
programs.zsh.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
programs.adb.enable = true;
|
||||
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
|
@ -77,7 +78,7 @@
|
|||
|
||||
users.users.ahurac = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" "libvirtd" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "libvirtd" "adbusers" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
home.stateVersion = "24.05";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
android-tools
|
||||
texliveFull
|
||||
thunderbird
|
||||
jdt-language-server
|
||||
|
|
Loading…
Reference in a new issue