From 818fe67a9696384e0abb17a46e46de62a59a9217 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sat, 21 Dec 2024 19:43:06 -0500 Subject: [PATCH] override prismlauncher to install the jdk versions i want it to install --- nixos/gaming.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nixos/gaming.nix b/nixos/gaming.nix index 9926604..e7a2281 100644 --- a/nixos/gaming.nix +++ b/nixos/gaming.nix @@ -6,7 +6,13 @@ dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server }; environment.systemPackages = with pkgs; [ - prismlauncher + (prismlauncher.override { + jdks = with pkgs; [ + jdk8 + jdk17 + jdk21 + ]; + }) lunar-client heroic protonup-qt