{
  config,
  lib,
  pkgs,
  inputs',
  ...
}: {
  home.packages = with pkgs; [
    # Minecraft
    prismlauncher
    zulu
    glfw3-minecraft
  ];
}