MyNixOS website logo

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

Declarations
Type
open submodule of attribute set of attribute set of (boolean or string or list of string)
Default
{ }
Example
{
  "contact table" = {
    display = "formatted_name";
    preferred_email_address_type = [
      "pref"
      "work"
      "home"
    ];
    preferred_phone_number_type = [
      "pref"
      "cell"
      "home"
    ];
  };
  general = {
    default_action = "list";
    editor = [
      "vim"
      "-i"
      "NONE"
    ];
  };
  vcard = {
    private_objects = [
      "Jabber"
      "Skype"
      "Twitter"
    ];
  };
}