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 = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
android-studio android-studio
android-tools
apngasm apngasm
unstable.atuin unstable.atuin
autorestic autorestic

View File

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

View File

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