fix: adb in the wrong place

This commit is contained in:
Ahurac 2024-11-12 11:35:02 +01:00
parent 4a2fd693f9
commit 8e265de581
2 changed files with 2 additions and 2 deletions

View file

@ -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;
};

View file

@ -7,7 +7,6 @@
home.stateVersion = "24.05";
home.packages = with pkgs; [
android-tools
texliveFull
thunderbird
jdt-language-server