all repos — elgit @ 4cb034adf2fd34dbaeae280c30d88601865dc7d8

fork of legit: web frontend for git, written in go

remove syntax highlighting

Alan Pearce
commit

4cb034adf2fd34dbaeae280c30d88601865dc7d8

parent

84ac9429d2b3dc331491481ff6669a3b78f99971

1 file changed, 0 insertions(+), 6 deletions(-)

changed files
M nix/nixos-module.nixnix/nixos-module.nix
@@ -91,12 +91,6 @@ type = types.str;
default = "git frontend"; description = "Website description."; }; - syntaxHighlight = mkOption { - type = types.nullOr types.str; - default = null; - example = "monokailight"; - description = "Syntax highlighting theme."; - }; }; options.server = { name = mkOption {