diff --git a/recipes/wip/graphics/other/texel/recipe.toml b/recipes/wip/graphics/editors/texel/recipe.toml
similarity index 55%
rename from recipes/wip/graphics/other/texel/recipe.toml
rename to recipes/wip/graphics/editors/texel/recipe.toml
index 3e9cbfb375e75977397b1b8424bf2663c8d504b9..ab2e14cd66ceefe4e71fdfe949646c750f52a4d3 100644
--- a/recipes/wip/graphics/other/texel/recipe.toml
+++ b/recipes/wip/graphics/editors/texel/recipe.toml
@@ -2,4 +2,7 @@
 [source]
 git = "https://github.com/almindor/texel"
 [build]
-template = "cargo"
+template = "custom"
+script = """
+cookbook_cargo --no-default-features --features ion
+"""
diff --git a/recipes/wip/terminal/mosh/recipe.toml b/recipes/wip/ssh/mosh/recipe.toml
similarity index 100%
rename from recipes/wip/terminal/mosh/recipe.toml
rename to recipes/wip/ssh/mosh/recipe.toml
diff --git a/recipes/wip/terminal/openssh/recipe.toml b/recipes/wip/ssh/openssh/recipe.toml
similarity index 100%
rename from recipes/wip/terminal/openssh/recipe.toml
rename to recipes/wip/ssh/openssh/recipe.toml
diff --git a/recipes/wip/terminal/openssh/redox.patch b/recipes/wip/ssh/openssh/redox.patch
similarity index 100%
rename from recipes/wip/terminal/openssh/redox.patch
rename to recipes/wip/ssh/openssh/redox.patch
diff --git a/recipes/wip/fuse/sshfs/recipe.toml b/recipes/wip/ssh/sshfs/recipe.toml
similarity index 100%
rename from recipes/wip/fuse/sshfs/recipe.toml
rename to recipes/wip/ssh/sshfs/recipe.toml
diff --git a/recipes/wip/tui/sshs/recipe.toml b/recipes/wip/ssh/sshs/recipe.toml
similarity index 100%
rename from recipes/wip/tui/sshs/recipe.toml
rename to recipes/wip/ssh/sshs/recipe.toml
diff --git a/recipes/wip/net/other/ssh/sshx/recipe.toml b/recipes/wip/ssh/sshx/recipe.toml
similarity index 100%
rename from recipes/wip/net/other/ssh/sshx/recipe.toml
rename to recipes/wip/ssh/sshx/recipe.toml