aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-10-13 20:00:16 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-10-13 20:00:16 -0700
commit57ddbf90c57da0b2f09fcebc60ecd9fbbccf5b6e (patch)
tree409cf01adffbd3df9bce604a2a295e6f5da25e6f /hosts
parentd314760ae51464adb8b0ca197f4913e3d82b66ab (diff)
downloadnix-57ddbf90c57da0b2f09fcebc60ecd9fbbccf5b6e.tar
nix-57ddbf90c57da0b2f09fcebc60ecd9fbbccf5b6e.tar.gz
nix-57ddbf90c57da0b2f09fcebc60ecd9fbbccf5b6e.tar.bz2
nix-57ddbf90c57da0b2f09fcebc60ecd9fbbccf5b6e.tar.lz
nix-57ddbf90c57da0b2f09fcebc60ecd9fbbccf5b6e.tar.xz
nix-57ddbf90c57da0b2f09fcebc60ecd9fbbccf5b6e.tar.zst
nix-57ddbf90c57da0b2f09fcebc60ecd9fbbccf5b6e.zip
More nipsy cgit
Diffstat (limited to 'hosts')
-rw-r--r--hosts/arrakis/services.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index f69e3ef..ae07da0 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -18,7 +18,9 @@
};
settings = {
about-filter = "${pkgs.cgit}/lib/cgit/filters/about-formatting.sh";
+ css = "/nipsy/git/cgit.css";
enable-follow-links = true;
+ logo = "/nipsy/git/cgit.png";
remove-suffix = 1;
source-filter = "${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py";
};