diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-12 16:29:11 -0400 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-12 16:29:11 -0400 |
commit | 29b83e8e0612cc807dd291e384bbf567a80bce26 (patch) | |
tree | 46b18c3b95cb81b2826699985c8e7429434c4d4a /modules/git/cgit.nix | |
parent | abd6467698bc1fe7a0c32d7fff3471adcf31cfba (diff) |
about page in cgit
Diffstat (limited to 'modules/git/cgit.nix')
-rw-r--r-- | modules/git/cgit.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/git/cgit.nix b/modules/git/cgit.nix index 123260b..e5e2e6c 100644 --- a/modules/git/cgit.nix +++ b/modules/git/cgit.nix @@ -19,6 +19,8 @@ in { root-title = "compromyse: CGIT"; root-desc = "Compromyse's Git Repositories"; + readme = ":README.md"; + repository-sort = "age"; enable-commit-graph = true; |