test: generated docs

This commit is contained in:
ooks-io 2024-11-07 13:27:06 +11:00
parent 9d5fcc0668
commit 133b184e70
2 changed files with 546 additions and 0 deletions

10
outputs/hozen/default.nix Normal file
View file

@ -0,0 +1,10 @@
{ook, ...}: let
style = {
color = import ./dark.nix {inherit ook;};
light.color = import ./light.nix {inherit ook;};
dark.color = import ./dark.nix {inherit ook;};
};
in {
_module.args.sytle = style;
flake.style = style;
}