programs.khard.enable
Whether to enable Khard: an address book for the Unix console.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.khard.package
The khard package to use.
Type: package
Default:
pkgs.khard
Declared by:
programs.khard.settings
Khard settings. See https://khard.readthedocs.io/en/latest/#configuration for more information.
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"
];
};
}
Declared by:
programs.khard.settings.general.default_action
The default action to execute.
Type: string
Default:
"list"
Declared by: