8 lines
138 B
Nix
8 lines
138 B
Nix
# Shared agent module exports
|
|
# Imports all shared modules for the coding.agents namespace.
|
|
{
|
|
imports = [
|
|
./git-identity.nix
|
|
];
|
|
}
|