mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-23 04:37:01 -04:00
pray
This commit is contained in:
parent
59ee516926
commit
5a3af882ec
61 changed files with 705 additions and 562 deletions
19
common/users/homeModules/dev/jvm.nix
Normal file
19
common/users/homeModules/dev/jvm.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{ pkgs, ... }: {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
android-studio-tools
|
||||
gradle
|
||||
jadx
|
||||
android-studio
|
||||
jetbrains.idea-ultimate
|
||||
# jbeap.idea-ultimate
|
||||
# jetbrains.pycharm-community
|
||||
];
|
||||
};
|
||||
programs = {
|
||||
java = {
|
||||
enable = true;
|
||||
package = pkgs.temurin-bin-17;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue