diff --git a/options.html b/options.html index 0cfc3dffd..a464602aa 100644 --- a/options.html +++ b/options.html @@ -5912,6 +5912,8 @@ disables configuration generation.

Type:

programs.taskwarrior.enable

Whether to enable Task Warrior.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/taskwarrior.nix> +
programs.taskwarrior.package

The taskwarrior package to use.

Type: package

Default: pkgs.taskwarrior

Declared by:

+ <home-manager/modules/programs/taskwarrior.nix>
programs.taskwarrior.colorTheme

Either one of the default provided theme as string, or a path to a theme configuration file.

Type: null or string or path

Default: null

Example: "dark-blue-256"

Declared by:

<home-manager/modules/programs/taskwarrior.nix>