diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-11 21:23:53 -0400 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-11 21:23:53 -0400 |
commit | 607c7626001ba1ba4f0b8b4b4b774b508143cab5 (patch) | |
tree | 979256641b5748957f3a36a470371a372ace5bd7 /modules/git/cgit.nix | |
parent | a1b06eed25d6e6c7d3014621ef69bb0f51ba80ec (diff) |
add root-readme
Diffstat (limited to 'modules/git/cgit.nix')
-rw-r--r-- | modules/git/cgit.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/git/cgit.nix b/modules/git/cgit.nix index 1fd409c..cd29b82 100644 --- a/modules/git/cgit.nix +++ b/modules/git/cgit.nix @@ -18,6 +18,7 @@ in { settings = { root-title = "compromyse: CGIT"; root-desc = "Compromyse's Git Repositories"; + root-readme = "README.md"; enable-commit-graph = true; enable-follow-links = true; |