diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-10 17:22:06 -0400 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-10 17:22:06 -0400 |
commit | f7446e399ba8d2dd2ca64b63d2c803934b808e89 (patch) | |
tree | 1959be19ff977ccef29e273ad5769085d1ede675 /modules/git/cgit.nix | |
parent | 6989b6946c705119c8972568b1f9bbde8fb892d5 (diff) |
restructure
Diffstat (limited to 'modules/git/cgit.nix')
-rw-r--r-- | modules/git/cgit.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/git/cgit.nix b/modules/git/cgit.nix index 6a92ae4..7e2d206 100644 --- a/modules/git/cgit.nix +++ b/modules/git/cgit.nix @@ -21,9 +21,11 @@ in { enable-commit-graph = true; enable-follow-links = true; - source-filter = "${cgit}/lib/cgit/filters/syntax-highlighting.py"; - head-include = "/config/modules/git/cgit_theme.css"; + source-filter = "${cgit}/lib/cgit/filters/syntax-highlighting.sh"; + about-filter = "${cgit}/lib/cgit/filters/about-formatting.sh"; + + head-include = "/config/modules/git/cgit-dist/cgit_theme.css"; virtual-root = "/"; clone-prefix = "https://git.compromyse.xyz"; |