From 6b94a37ba9c65bc757499433c1e2eacaa900ca78 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sun, 9 Mar 2025 14:05:46 -0600 Subject: [PATCH] removed polymc in favor for the official launcher --- modules/apps/gaming.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/apps/gaming.nix b/modules/apps/gaming.nix index 1b14238..e2d9131 100644 --- a/modules/apps/gaming.nix +++ b/modules/apps/gaming.nix @@ -54,9 +54,7 @@ ryubing # switch torzu # switch lime3ds # 3Ds - ; - inherit (inputs.jawz-scripts.packages.x86_64-linux) - polymc # minecraft launcher + minecraft # ... minecraft? ; }; };