diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-10 13:44:24 -0400 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-10 13:44:24 -0400 | 
| commit | 4fc2b638902f2a30e2d5906ee9d9487d82821793 (patch) | |
| tree | 831ea59cc645b99b920f7427f0dea07bda6a7bc0 /modules/git/cgit.nix | |
| parent | b8842f9313b9629676be7184f14a501bc77b82d5 (diff) | |
add cgit theme
Diffstat (limited to '')
| -rw-r--r-- | modules/git/cgit.nix | 3 | 
1 files changed, 3 insertions, 0 deletions
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";      };  | 
