override prismlauncher to install the jdk versions i want it to install
This commit is contained in:
parent
6bc6fbe27a
commit
818fe67a96
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue