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");
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user