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;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.users.${user}.extraGroups = [ "adbusers" ];
|
||||||
|
programs.adb.enable = true;
|
||||||
|
|
||||||
home-manager.users.${user}.home = {
|
home-manager.users.${user}.home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
pamixer
|
pamixer
|
||||||
|
@ -22,6 +25,9 @@
|
||||||
viu
|
viu
|
||||||
zed-editor
|
zed-editor
|
||||||
|
|
||||||
|
android-studio
|
||||||
|
android-studio-tools
|
||||||
|
|
||||||
godot4-mono
|
godot4-mono
|
||||||
dotnet-sdk
|
dotnet-sdk
|
||||||
omnisharp-roslyn
|
omnisharp-roslyn
|
||||||
|
|
Loading…
Reference in a new issue