From 2fd983225d71895222ad802a573ae8210bf7ac68 Mon Sep 17 00:00:00 2001 From: satr14 Date: Sat, 13 Jun 2026 08:07:48 +0700 Subject: [PATCH] add more runtimes --- modules/home/core/apps.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/core/apps.nix b/modules/home/core/apps.nix index b2c848b..ea867c0 100644 --- a/modules/home/core/apps.nix +++ b/modules/home/core/apps.nix @@ -61,7 +61,7 @@ }) (prismlauncher.override { - jdks = [ javaPackages.compiler.temurin-bin.jdk-25 ]; + jdks = with javaPackages.compiler.temurin-bin; [ jre-25 jre-21 ]; }) ferium