diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-10 13:48:00 -0400 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-10 13:48:00 -0400 | 
| commit | 482a6879df7b308eb40b82246d36da671e72836b (patch) | |
| tree | 8b9d9fa8df0efc08cd7dcf758ea04a7bb6ae0ba0 /modules/git/cgit.nix | |
| parent | 4fc2b638902f2a30e2d5906ee9d9487d82821793 (diff) | |
cgit gruvbox theme
Diffstat (limited to '')
| -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 c16f424..c54f19a 100644 --- a/modules/git/cgit.nix +++ b/modules/git/cgit.nix @@ -16,6 +16,8 @@ in {        enable-commit-graph = true;        enable-follow-links = true;        source-filter = "${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py"; + +      head-include=/config/modules/git/cgit_theme.css      };      nginx.virtualHost = "git.compromyse.xyz";    }; | 
