diff --git a/options.html b/options.html index d33eb1d1..c86beb61 100644 --- a/options.html +++ b/options.html @@ -2540,6 +2540,22 @@ default this file will be provided by your channel
programs.comodoro.settings

Comodoro configuration. See https://pimalaya.org/comodoro/cli/configuration/ for supported values.

Type: TOML value

Default: { }

Declared by:

<home-manager/modules/programs/comodoro.nix> +
programs.darcs.enable

Whether to enable darcs.

Type: boolean

Default: false

Example: true

Declared by:

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

The darcs package to use.

Type: package

Default: pkgs.darcs

Declared by:

+ <home-manager/modules/programs/darcs.nix> +
programs.darcs.author

If this list has a single entry, it will be used as the author +when you record a patch. If there are multiple entries, Darcs +will prompt you to choose one of them.

Type: list of string

Default: [ ]

Example:

[
+  "Fred Bloggs <fred@example.net>"
+]

Declared by:

+ <home-manager/modules/programs/darcs.nix> +
programs.darcs.boring

File patterns to ignore

Type: list of string

Default: [ ]

Example:

[
+  "^.idea$"
+  ".iml$"
+  "^.stack-work$"
+]

Declared by:

+ <home-manager/modules/programs/darcs.nix>
programs.dircolors.enable

Whether to manage .dir_colors and set LS_COLORS.

Type: boolean

Default: false

Declared by:

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