From 289d0a029721c757dd735f0115fdf2dbbf715d0f Mon Sep 17 00:00:00 2001 From: rycee Date: Sat, 8 Jul 2023 08:50:07 +0000 Subject: [PATCH] deploy: 050d01a62cfe19642fb193084acf34a428a67223 --- options.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/options.html b/options.html index d33eb1d1d..c86beb61d 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>