MyNixOS website logo

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

Declarations
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"];
  };
}