From 0ed0ebb3856c6a8258ef098d71f5ced57c5d2f8e Mon Sep 17 00:00:00 2001 From: satr14 Date: Fri, 12 Jun 2026 19:44:11 +0700 Subject: [PATCH] fix typo --- modules/home/core/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/core/shell.nix b/modules/home/core/shell.nix index 74bfd8f..a8d0e67 100644 --- a/modules/home/core/shell.nix +++ b/modules/home/core/shell.nix @@ -67,7 +67,7 @@ "fg-create-repo" = "git remote add origin ${git.server}/${git.username}/$(basename $PWDw).git && git push"; "convert-pdf" = "libreoffice --headless --convert-to pdf"; - "mcl" = "portablemc start -l $(cat ~/.minecraft/portablemc-launch-params.json | jq -r .email) $(cat ~/.minecraft/portablemc-launch-params.json | jq -r .version) --jvm-arg=-Xmx6G"; + "mcl" = "portablemc start -l $(cat ~/.minecraft/portablemc-launch-params.json | jq -r .email) $(cat ~/.minecraft/portablemc-launch-params.json | jq -r .version) --jvm-args=-Xmx6G"; "mc" = "ferium upgrade; mcl"; }; initContent = ''