diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-14 19:35:28 -0400 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-14 19:35:28 -0400 |
commit | 235a9c441139bb5160bf13607c8f62e766f6b4a9 (patch) | |
tree | bb962742a3f5d18d11a993dbaf7104cdd7a069e7 | |
parent | be92a488d5aed4d8c3bad48a7b11f860b5247e16 (diff) |
enable git config cgit
-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 e5e2e6c..16538c0 100644 --- a/modules/git/cgit.nix +++ b/modules/git/cgit.nix @@ -27,6 +27,8 @@ in { enable-follow-links = true; section-from-path = true; + enable-git-config = true; + source-filter = "${cgit}/lib/cgit/filters/syntax-highlighting.py"; about-filter = "${cgit}/lib/cgit/filters/about-formatting.sh"; |