Logo
Explore Help
Sign In
m3tam3re/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
60aeec7cfe92bb4db2a59bb7bae8d6ea45952778
nixpkgs/modules/home-manager/coding/agents/shared/default.nix

9 lines
163 B
Nix
Raw Normal View History

feat(agents): add gitIdentity module - Renamed shared-options.nix to shared/shared-options.nix - Created shared/default.nix importing git-identity.nix and shared-options.nix - Created shared/git-identity.nix with gitIdentity option set: - enable: Toggle for agent git identity - name: Git author name (default: m3ta-chiron) - email: Git author email (default: m3ta-chiron@agentmail.to) - signingKey: Optional GPG signing key path - sshKey: SSH private key path for git push auth - Updated opencode.nix, pi.nix, claude-code.nix to import shared/default.nix - Restructured modules to follow proper Nix module syntax with imports at top level
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
./shared-options.nix
];
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 42ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API