{ pkgs , lib , config , ... }: with lib; mkIf config.passthrough.minecraft.enable { home.packages = with pkgs; [ prismlauncher ]; }