docs: update documentation for latest changes

- Add stt-ptt language support documentation
- Add rofi-project-opener module documentation
- Add rofi-project-opener package documentation
- Update zellij-ps documentation
- Update guides and reference patterns
- Update AGENTS.md with latest commands
This commit is contained in:
m3tm3re
2026-01-10 19:12:45 +01:00
parent 6230c04a61
commit 00b858fbbe
10 changed files with 561 additions and 58 deletions

View File

@@ -62,12 +62,12 @@ m3ta.ports = {
};
# CLI tools
m3ta.cli.zellij-ps = {
cli.zellij-ps = {
enable = true;
};
# Coding tools
m3ta.coding.editors = {
coding.editors = {
enable = true;
neovim.enable = true;
};
@@ -137,11 +137,11 @@ Development tools and configurations:
currentHost = "desktop";
};
m3ta.cli.zellij-ps = {
cli.zellij-ps = {
enable = true;
};
m3ta.coding.editors = {
coding.editors = {
enable = true;
neovim.enable = true;
};