add android
This commit is contained in:
parent
cc43c74ee7
commit
711c24be52
2 changed files with 8 additions and 1 deletions
|
|
@ -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
|
|||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue