This commit is contained in:
alsaiduq-lab 2025-06-30 21:22:17 -06:00
parent bf16581c61
commit a9c27e462b
8 changed files with 78 additions and 0 deletions

8
hosts/modules/java.nix Normal file
View file

@ -0,0 +1,8 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
jdk17
maven
gradle
visualvm
];
}