Convert documentation to mdBook 📝 🔨
This commit is contained in:
parent
e626c4e54e
commit
a3f9fa981b
26 changed files with 557 additions and 523 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue