From 235a9c441139bb5160bf13607c8f62e766f6b4a9 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Tue, 14 Oct 2025 19:35:28 -0400 Subject: enable git config cgit --- modules/git/cgit.nix | 2 ++ 1 file changed, 2 insertions(+) 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"; -- cgit v1.2.3