Convert documentation to mdBook 📝 🔨

This commit is contained in:
Daniel Thwaites 2023-03-29 00:54:14 +01:00
parent e626c4e54e
commit a3f9fa981b
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D
26 changed files with 557 additions and 523 deletions

View file

@ -14,7 +14,15 @@ let
in {
options.stylix.targets.kitty = {
enable = config.lib.stylix.mkEnableTarget "Kitty" true;
variant256Colors = lib.mkOption { type = lib.types.bool; default = false; };
variant256Colors = lib.mkOption {
description = lib.mdDoc ''
Whether to use the [256-color variant](https://github.com/kdrag0n/base16-kitty#256-color-variants)
rather than the default combination of colors.
'';
type = lib.types.bool;
default = false;
};
};
config = lib.mkIf cfg.enable {