diff options
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 e5e2e6c..87e0dd1 100644 --- a/modules/git/cgit.nix +++ b/modules/git/cgit.nix @@ -22,6 +22,7 @@ in { readme = ":README.md"; repository-sort = "age"; + section-sort = "age"; enable-commit-graph = true; enable-follow-links = true; |