feat(git): enable the module per host rather than by default

Defaulting the module on hid it from a host's config, leaving no single
place that lists what a host carries. Each host enables it explicitly
instead, at the cost of a step when adding one.
This commit is contained in:
2026-07-20 12:20:13 -04:00
parent 75c5745cbd
commit 62eb6286b4
4 changed files with 8 additions and 16 deletions

View File

@@ -36,6 +36,7 @@
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;