From 5ca54173265f0140e44a4c48c684b2e1afe2cc41 Mon Sep 17 00:00:00 2001 From: rycee Date: Sun, 1 Oct 2023 08:42:02 +0000 Subject: [PATCH] deploy: 6f9b5b83ad1f470b3d11b8a9fe1d5ef68c7d0e30 --- options.html | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/options.html b/options.html index 3d9b3afb4..519445110 100644 --- a/options.html +++ b/options.html @@ -237,7 +237,9 @@ string

Declared by:

accounts.contact.accounts

List of contacts.

Type: attribute set of (submodule)

Default: -{ }

Declared by:

+{ }

Declared by:

+<home-manager/modules/programs/khard.nix> +
<home-manager/modules/accounts/contacts.nix>
accounts.contact.accounts.<name>.khal.enable

Whether to enable khal access.

Type: boolean

Default: @@ -248,6 +250,11 @@ boolean

Default: boolean

Default: false

Declared by:

<home-manager/modules/accounts/contacts.nix> +
accounts.contact.accounts.<name>.khard.enable

Whether to enable khard access.

Type: +boolean

Default: +false

Example: +true

Declared by:

+<home-manager/modules/programs/khard.nix>
accounts.contact.accounts.<name>.local

Local configuration for the contacts.

Type: null or (submodule)

Default: null

Declared by:

@@ -6510,6 +6517,38 @@ attribute set of attribute set of (INI atom (null, bool, int, float or string))< }

Declared by:

<home-manager/modules/programs/khal.nix> +
programs.khard.enable

Whether to enable Khard: an address book for the Unix console.

Type: +boolean

Default: +false

Example: +true

Declared by:

+<home-manager/modules/programs/khard.nix> +
programs.khard.settings

Khard settings. See +https://khard.readthedocs.io/en/latest/#configuration +for more information.

Type: +attribute set of attribute set of (boolean or string or list of string)

Default: +{ }

Example:

{
+  general = {
+    default_action = "list";
+    editor = ["vim" "-i" "NONE"];
+  };
+
+  "contact table" = {
+    display = "formatted_name";
+    preferred_phone_number_type = ["pref" "cell" "home"];
+    preferred_email_address_type = ["pref" "work" "home"];
+  };
+
+  vcard = {
+    private_objects = ["Jabber" "Skype" "Twitter"];
+  };
+}
+
+

Declared by:

+<home-manager/modules/programs/khard.nix> +
programs.khard.settings.general.default_action

The default action to execute.

Type: +string

Default: +"list"

Declared by:

+<home-manager/modules/programs/khard.nix>
programs.kitty.enable

Whether to enable Kitty terminal emulator.

Type: boolean

Default: false

Example: