configure intellij with jdks

This commit is contained in:
Zoty 2026-06-15 09:56:21 -03:00
parent 055aca05be
commit aab559c3d5
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
3 changed files with 21 additions and 3 deletions

View file

@ -19,7 +19,7 @@ in {
tracy
# Infrastructure
# docker-compose
docker-compose
# IDE
jetbrains.idea-oss
@ -47,11 +47,18 @@ in {
tailwindcss-language-server
qt6Packages.qtdeclarative
wgsl-analyzer
# Java
openjdk8
openjdk11
openjdk17
openjdk21
maven
];
programs.java = {
enable = true;
package = pkgs-unstable.jdk17;
package = pkgs-unstable.openjdk17;
};
virtualisation.docker.enable = true;