feat(hm/price): install android-studio-full
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
This commit is contained in:
parent
027fe32653
commit
ad2793f023
@ -23,13 +23,17 @@ in
|
||||
imports = (clib.recurseFilesInDirs [ ./conf ] ".nix");
|
||||
programs.home-manager.enable = true;
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
android_sdk.accept_license = true;
|
||||
};
|
||||
};
|
||||
home = {
|
||||
language.base = "en_US.UTF-8";
|
||||
packages =
|
||||
with pkgs;
|
||||
[
|
||||
android-studio-full
|
||||
plantuml
|
||||
libnotify
|
||||
graphviz
|
||||
|
Loading…
Reference in New Issue
Block a user