Remove PolyMC due to OVE-20221017-0001

Fuck tranphobia, not only do transphobes not want me to exist, but in this case
they are also why we can't have nice things :(
diff --git a/modules/minecraft.nix b/modules/minecraft.nix
new file mode 100644
index 0000000..f985dbc
--- /dev/null
+++ b/modules/minecraft.nix
@@ -0,0 +1,8 @@
+{
+  pkgs,
+  username,
+  ...
+}: {
+  home.home.packages = [];
+  config.environment.persistence."/large/persist".users.${username}.directories = [".local/share/PolyMC"];
+}