feat(git): carry the commit identity on every host

Default the module on rather than restating it per host, so a new host
commits without remembering the line. A host that should not carry a
personal identity sets enable to false.
This commit is contained in:
2026-07-20 11:15:15 -04:00
parent c9fc17ecf5
commit 75c5745cbd
4 changed files with 17 additions and 4 deletions

View File

@@ -36,7 +36,6 @@
modules.fish.enable = true;
modules.fish.defaultShell = true;
modules.git.enable = true;
modules.tmux.enable = true;
modules.nvim.enable = true;
modules.claude-code.enable = true;