{ pkgs, ... }: { home.packages = with pkgs; [ xivlauncher (prismlauncher.override { jdks = [ temurin-bin-21 temurin-bin-17 temurin-bin-8 ]; }) ]; }