add android

This commit is contained in:
Julian Sutter 2023-02-03 19:49:05 -08:00
parent cc43c74ee7
commit 711c24be52
2 changed files with 8 additions and 1 deletions

View file

@ -74,6 +74,11 @@ in
credential.helper = "cache";
};
};
# Android Dev
programs.adb.enable = true;
users.users.<your-user>.extraGroups = ["adbusers"];
# Firefox
programs.firefox = {
enable = true;
@ -134,4 +139,4 @@ in
};
};
};
}
}