diff options
| -rw-r--r-- | config.nix | 1 | ||||
| -rw-r--r-- | modules/common.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config.nix b/config.nix index 28cc9d1..92f5c7e 100644 --- a/config.nix +++ b/config.nix @@ -1,4 +1,5 @@ { allowUnfree = true; input-fonts.acceptLicense = true; + android_sdk.accept_license = true; } diff --git a/modules/common.nix b/modules/common.nix index 3e15aac..9fbce05 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -89,6 +89,7 @@ nil nixfmt-rfc-style direnv nixpkgs-review nixpkgs-fmt nixpkgs-lint-community helix alacritty + androidStudioPackages.dev wineWowPackages.stagingFull winetricks bottles scrcpy apfs-fuse nfs-utils |
