commit | c90b0f2000b4d4fa0fb2d823356562c27b10d2a1 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Tue Oct 18 06:44:38 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Tue Oct 18 06:48:32 2022 +0100 |
tree | 1067fb67dcbed546208b3d30b8ac2662db881577 | |
parent | 8c39e80037a918fde43a54c066a21819dc395543 [diff] |
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"]; +}