diff --git a/nix-system-configs/modules/system/minecraft.nix b/nix-system-configs/modules/system/minecraft.nix index eaa7751..45bde7c 100644 --- a/nix-system-configs/modules/system/minecraft.nix +++ b/nix-system-configs/modules/system/minecraft.nix @@ -75,6 +75,8 @@ in { loaderVersion = "0.18.4"; }; + extraPackages = with pkgs; [ git git-lfs ]; + jvmOpts = lib.concatStringsSep " " [ "-Xms54G" # Use 120GB of RA