feat(mise): add node, ruby, and roc

Amolith created

Add Node.js and Ruby to the managed language toolchains alongside the
existing Go, Gleam, and Rust installations.

Also add Roc (roc-lang/roc) for functional programming experiments.

Remove axonhub which is no longer needed.

Change summary

dot_config/mise/config.toml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Detailed changes

dot_config/mise/config.toml 🔗

@@ -4,6 +4,8 @@
 usage = "latest"
 gleam = "latest"
 rust = "latest"
+node = "latest"
+ruby = "2.5"
 
 "aqua:FiloSottile/age" = "latest"
 "aqua:sharkdp/bat" = "latest"
@@ -23,7 +25,6 @@ rust = "latest"
 "aqua:charmbracelet/vhs" = "latest"
 "aqua:mikefarah/yq" = "latest"
 
-"github:looplj/axonhub" = "latest"
 "github:TomWright/dasel" = "latest"
 "github:skatkov/devtui" = "latest"
 "github:muesli/duf" = "latest"
@@ -36,6 +37,7 @@ rust = "latest"
 "github:lusingander/serie" = "latest"
 "github:Gaurav-Gosain/tuios" = { version = "latest", asset_pattern = "tuios_*_Linux_x86_64.tar.gz" }
 "github:curl/wcurl" = { version = "latest", asset_pattern = "wcurl" }
+"github:roc-lang/roc" = "latest"
 
 "go:git.secluded.site/crush" = "latest"
 "go:git.secluded.site/formatted-commit" = "latest"