diff --git a/home/features/desktop/games/default.nix b/home/features/desktop/games/default.nix index 08f969a..e427d38 100644 --- a/home/features/desktop/games/default.nix +++ b/home/features/desktop/games/default.nix @@ -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 ]; + }) + ]; +}