Install Android Studio
This commit is contained in:
parent
cebb20067f
commit
9aa727e724
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ inputs, pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
imports = [ ./nixvim ];
|
imports = [ ./nixvim ];
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
android-studio
|
||||||
git-credential-manager
|
git-credential-manager
|
||||||
gnupg
|
gnupg
|
||||||
pass
|
pass
|
||||||
# dotnet-sdk_7
|
dotnet-sdk_8
|
||||||
dotnet-sdk_8 # tModLoader
|
|
||||||
unityhub
|
unityhub
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue