mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -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).
|
# require enabling PolKit integration on some desktop environments (e.g. Plasma).
|
||||||
polkitPolicyOwners = [ "${username}" ];
|
polkitPolicyOwners = [ "${username}" ];
|
||||||
};
|
};
|
||||||
|
adb.enable = true;
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
#hyprland.enable = true;
|
#hyprland.enable = true;
|
||||||
|
|
||||||
|
|
@ -176,7 +177,7 @@
|
||||||
users.users.${username} = {
|
users.users.${username} = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Gene Liverman";
|
description = "Gene Liverman";
|
||||||
extraGroups = [ "dialout" "docker" "input" "networkmanager" "podman" "wheel" ];
|
extraGroups = [ "adbusers" "dialout" "docker" "input" "networkmanager" "podman" "wheel" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
tailscale-systray
|
tailscale-systray
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue