From 06c7830e2dadbe78fdecbe105bd9e0a2ef8a3956 Mon Sep 17 00:00:00 2001 From: rycee Date: Wed, 14 Jun 2023 22:05:54 +0000 Subject: [PATCH] deploy: e0034971f9def16bbc32124147787bc0f09f0e59 --- options.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/options.html b/options.html index 723f871a..525a23b5 100644 --- a/options.html +++ b/options.html @@ -2491,6 +2491,13 @@ documentation.

Type: list of (( default this file will be provided by your channel (nixexprs.tar.xz).

Type: path

Default: "/nix/var/nix/profiles/per-user/root/channels/nixos/programs.sqlite"

Declared by:

<home-manager/modules/programs/command-not-found/command-not-found.nix> +
programs.comodoro.enable

Whether to enable Comodoro, a CLI to manage your time.

Type: boolean

Default: false

Example: true

Declared by:

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

The comodoro package to use.

Type: package

Default: pkgs.comodoro

Declared by:

+ <home-manager/modules/programs/comodoro.nix> +
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.dircolors.enable

Whether to manage .dir_colors and set LS_COLORS.

Type: boolean

Default: false

Declared by:

<home-manager/modules/programs/dircolors.nix> @@ -7762,6 +7769,19 @@ otherwise the service may never be started.

Typ

services.clipmenu.launcher

Launcher command, if not set, dmenu will be used by default.

Type: null or string

Default: null

Example: "rofi"

Declared by:

<home-manager/modules/services/clipmenu.nix> +
services.comodoro.enable

Whether to enable Comodoro server.

Type: boolean

Default: false

Example: true

Declared by:

+ <home-manager/modules/services/comodoro.nix> +
services.comodoro.package

The comodoro package to use.

Type: package

Default: pkgs.comodoro

Declared by:

+ <home-manager/modules/services/comodoro.nix> +
services.comodoro.environment

Extra environment variables to be exported in the service.

Type: attribute set of string

Default: { }

Example:

{
+  "PASSWORD_STORE_DIR" = "~/.password-store";
+}
+

Declared by:

+ <home-manager/modules/services/comodoro.nix> +
services.comodoro.preset

Use configuration from the given preset as defined in the configuration file.

Type: non-empty string

Declared by:

+ <home-manager/modules/services/comodoro.nix> +
services.comodoro.protocols

Define protocols the server should use to accept requests.

Type: non-empty (list of non-empty string)

Declared by:

+ <home-manager/modules/services/comodoro.nix>
services.copyq.enable

Whether to enable CopyQ, a clipboard manager with advanced features.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/services/copyq.nix>
services.copyq.package

The copyq package to use.

Type: package

Default: pkgs.copyq

Declared by: