enabled ADB for Android phone

This commit is contained in:
Gene Liverman 2025-07-06 14:45:28 -04:00
parent eafd5a36ec
commit ce7751a510
No known key found for this signature in database

View file

@ -89,6 +89,7 @@
# require enabling PolKit integration on some desktop environments (e.g. Plasma).
polkitPolicyOwners = [ "${username}" ];
};
adb.enable = true;
firefox.enable = true;
#hyprland.enable = true;
@ -176,7 +177,7 @@
users.users.${username} = {
isNormalUser = true;
description = "Gene Liverman";
extraGroups = [ "dialout" "docker" "input" "networkmanager" "podman" "wheel" ];
extraGroups = [ "adbusers" "dialout" "docker" "input" "networkmanager" "podman" "wheel" ];
packages = with pkgs; [
tailscale-systray
];