Files
nixpkgs/modules/home-manager/coding/agents/shared/default.nix
T

8 lines
138 B
Nix
Raw Normal View History

2026-04-27 12:43:56 +02:00
# Shared agent module exports
# Imports all shared modules for the coding.agents namespace.
{
imports = [
./git-identity.nix
];
}