diff options
-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; |