diff --git a/modules/home/core/apps.nix b/modules/home/core/apps.nix index ea867c0..b8e09d6 100644 --- a/modules/home/core/apps.nix +++ b/modules/home/core/apps.nix @@ -61,7 +61,7 @@ }) (prismlauncher.override { - jdks = with javaPackages.compiler.temurin-bin; [ jre-25 jre-21 ]; + jdks = with javaPackages.compiler.temurin-bin; [ jre-21 jdk-25 ]; }) ferium