Add sqlx-cli and mermaid-cli to terminal-utils.nix while removing them
from
utils.nix to consolidate database and diagramming tools in the
appropriate
utility category.
- Move sqlx-cli (database migrations) to terminal utilities
- Move mermaid-cli (diagram generation) to terminal utilities
- Remove commented git-secrets from terminal utilities
This reorganization groups related development tools together for better
maintainability and logical organization of utility packages.
Add mermaid-cli to the list of utils packages for diagram generation
support. This enables users to create diagrams from markdown without
additional configuration.
Changelog:
- Applied fixes for system apps with the latest `nixpkgs` update.
- Updated `wezterm` to the latest Git version and refreshed its configuration.
- Optimized Rust Cargo template.
- Added several new Language Server Protocols (LSPs).
- Introduced new Rust targets to the environment.
- Added `pwgen`, `pwgen-secure`, and `git-secrets` packages.
- Added `gcc`, `clang`, `lld`, `lldb`, and `musl` packages for compiling and debugging.
Changelog:
- Added packages: `emmet-language-server`, `gitleaks`, `trunk`
- Changed time format in `hyprlock` from 24-hour to 12-hour format
- Configured `emmet-language-server` for the `helix` editor