From 4fc2b638902f2a30e2d5906ee9d9487d82821793 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Fri, 10 Oct 2025 13:44:24 -0400 Subject: add cgit theme --- modules/git/cgit.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/git/cgit.nix') diff --git a/modules/git/cgit.nix b/modules/git/cgit.nix index ead33f7..c16f424 100644 --- a/modules/git/cgit.nix +++ b/modules/git/cgit.nix @@ -11,6 +11,9 @@ in { settings = { root-title = "compromyse: CGIT"; root-desc = "Compromyse's Git Repositories"; + enable-http-clone = true; + + enable-commit-graph = true; enable-follow-links = true; source-filter = "${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py"; }; -- cgit v1.2.3