feat: add coding packages module (bruno, insomnia)

This commit is contained in:
m3tm3re
2026-04-26 12:29:14 +02:00
parent 8f5d076d7b
commit d19b87f8cd
17 changed files with 790 additions and 1 deletions

View File

@@ -1,10 +1,11 @@
# Coding environment aggregator — profile-independent development tooling.
# Imports editors, LSP servers, git configuration, and the agent system.
# Imports editors, LSP servers, git configuration, the agent system, and optional packages.
{...}: {
imports = [
./editor
./lsp
./git/git.nix
./agents/agents.nix
./packages.nix
];
}