docs: fix documentation generation

This commit is contained in:
Pedro Alves 2022-12-29 17:34:47 +00:00
parent 5f67918bae
commit dd9ec124a2
41 changed files with 55 additions and 552 deletions

View file

@ -18,6 +18,7 @@ in
colorscheme = mkOption {
type = types.enum themes;
description = "The base16 colorscheme to use";
default = head themes;
};
setUpBar = mkOption {

View file

@ -1,8 +1,9 @@
{ pkgs, config, lib, helpers, ... }:
{ pkgs, config, lib, ... }:
with lib;
let
cfg = config.colorschemes.tokyonight;
style = types.enum [ "storm" "night" "day" ];
helpers = import ../helpers.nix { inherit lib; };
in
{
options = {