feat: add coding packages module (bruno, insomnia)
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user