add android shit
This commit is contained in:
parent
34e8d595af
commit
7e12ad8f1f
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
|||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
users.users.${user}.extraGroups = [ "adbusers" ];
|
||||
programs.adb.enable = true;
|
||||
|
||||
home-manager.users.${user}.home = {
|
||||
packages = with pkgs; [
|
||||
pamixer
|
||||
|
@ -22,6 +25,9 @@
|
|||
viu
|
||||
zed-editor
|
||||
|
||||
android-studio
|
||||
android-studio-tools
|
||||
|
||||
godot4-mono
|
||||
dotnet-sdk
|
||||
omnisharp-roslyn
|
||||
|
|
Loading…
Reference in a new issue