test: generated docs
This commit is contained in:
parent
9d5fcc0668
commit
133b184e70
2 changed files with 546 additions and 0 deletions
10
outputs/hozen/default.nix
Normal file
10
outputs/hozen/default.nix
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue