mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
feat(utils): 📦 Move sqlx-cli
and mermaid-cli
to terminal utilities
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.
This commit is contained in:
@@ -9,10 +9,12 @@
|
|||||||
git
|
git
|
||||||
lazygit
|
lazygit
|
||||||
delta
|
delta
|
||||||
|
sqlx-cli
|
||||||
|
mermaid-cli
|
||||||
license-generator
|
license-generator
|
||||||
git-ignore
|
git-ignore
|
||||||
gitleaks
|
gitleaks
|
||||||
git-secrets
|
# git-secrets
|
||||||
pass-git-helper
|
pass-git-helper
|
||||||
jujutsu
|
jujutsu
|
||||||
jjui
|
jjui
|
||||||
|
@@ -14,7 +14,5 @@
|
|||||||
surrealdb-migrations
|
surrealdb-migrations
|
||||||
surrealist
|
surrealist
|
||||||
trunk
|
trunk
|
||||||
sqlx-cli
|
|
||||||
mermaid-cli
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user