feat(hm/price): install android-studio-full
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled

This commit is contained in:
Price Hiller 2024-07-05 15:25:44 -05:00
parent 027fe32653
commit ad2793f023
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -23,13 +23,17 @@ in
imports = (clib.recurseFilesInDirs [ ./conf ] ".nix"); imports = (clib.recurseFilesInDirs [ ./conf ] ".nix");
programs.home-manager.enable = true; programs.home-manager.enable = true;
nixpkgs = { nixpkgs = {
config.allowUnfree = true; config = {
allowUnfree = true;
android_sdk.accept_license = true;
};
}; };
home = { home = {
language.base = "en_US.UTF-8"; language.base = "en_US.UTF-8";
packages = packages =
with pkgs; with pkgs;
[ [
android-studio-full
plantuml plantuml
libnotify libnotify
graphviz graphviz