mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
enabled ADB for Android phone
This commit is contained in:
parent
eafd5a36ec
commit
ce7751a510
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue