home: specify jdks to use for prism launcher
This commit is contained in:
parent
21451d5a8f
commit
781ad2194f
1 changed files with 8 additions and 1 deletions
|
@ -1 +1,8 @@
|
||||||
{ pkgs, ... }: { home.packages = with pkgs; [ xivlauncher prismlauncher ]; }
|
{ pkgs, ... }: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
xivlauncher
|
||||||
|
(prismlauncher.override {
|
||||||
|
jdks = [ temurin-bin-21 temurin-bin-17 temurin-bin-8 ];
|
||||||
|
})
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue