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