override prismlauncher to install the jdk versions i want it to install

This commit is contained in:
Seaswimmer 2024-12-21 19:43:06 -05:00
parent 6bc6fbe27a
commit 818fe67a96
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -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