From 55ae752d28da328429c2f8bfb1100859da0eae76 Mon Sep 17 00:00:00 2001 From: Zeusina Date: Mon, 6 Jul 2026 12:27:06 +0300 Subject: [PATCH] fix: remove unnecessarry java versions --- hosts/kachu-pc/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/kachu-pc/configuration.nix b/hosts/kachu-pc/configuration.nix index 8483cdc..e30cbba 100644 --- a/hosts/kachu-pc/configuration.nix +++ b/hosts/kachu-pc/configuration.nix @@ -124,7 +124,11 @@ kdePackages.koi v2rayn telegram-desktop - prismlauncher + (prismlauncher.override { + jdks = [ + temurin-bin-21 + ]; + }) ]; shell = pkgs.zsh; };