Skip to content

Commit

Permalink
devtools: add ability to ADB
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <me@sumnerevans.com>
  • Loading branch information
sumnerevans committed Mar 11, 2024
1 parent a7a5872 commit 70665f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/programs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@
# Enable ZSH for the command-not-found functionality
programs.zsh.enable = true;
environment.pathsToLink = [ "/share/zsh" ];

# Android dev
programs.adb.enable = true;
}
1 change: 1 addition & 0 deletions modules/users/sumner.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"docker"
"networkmanager"
"wheel" # Enable 'sudo' for the user.
"adbusers"
];

# Allow all of my computers to SSH in.
Expand Down

0 comments on commit 70665f1

Please sign in to comment.