remove syntax highlighting
1 file changed, 0 insertions(+), 6 deletions(-)
changed files
M nix/nixos-module.nix → nix/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 {