1
Fork 0

Add adb through programs instead.

This commit is contained in:
Bauke 2024-01-12 12:28:13 +01:00
parent 0417356754
commit 31f74b9589
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,6 @@
environment = {
systemPackages = with pkgs; [
android-studio
android-tools
apngasm
unstable.atuin
autorestic

View File

@ -4,6 +4,10 @@
{
programs = {
adb = {
enable = true;
};
gnupg = {
agent = {
enable = true;

View File

@ -8,7 +8,7 @@
users.bauke = {
description = "Bauke";
extraGroups = [ "networkmanager" "vboxusers" "wheel" ];
extraGroups = [ "adbusers" "networkmanager" "plugdev" "vboxusers" "wheel" ];
isNormalUser = true;
};
};