diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf new file mode 100644 index 0000000..4e57eb3 --- /dev/null +++ b/.config/khard/khard.conf @@ -0,0 +1,19 @@ +[addressbooks] +[[main]] +path = ~/vdir/people/main/20cda0dd-5922-4905-8956-859c989a6519 +[general] +default_action = list +editor = nvim +merge_editor = nvim, -d + +[contact table] +display = first_name +group_by_addressbook = no +reverse = no +show_nicknames = no +show_uids = yes +show_kinds = no +sort = last_name +localize_dates = yes +preferred_phone_number_type = pref, cell, home +preferred_email_address_type = pref, work, home diff --git a/home/khard/default.nix b/home/khard/default.nix new file mode 100644 index 0000000..a8224ef --- /dev/null +++ b/home/khard/default.nix @@ -0,0 +1,13 @@ +{ lib, config, pkgs, home, ... }: + +{ + home.packages = with pkgs; [ + khard + ]; + + home.file = { + ".config/khard/config" = { + source = ../../.config/khard/config; + }; + }; +} diff --git a/home/x11.nix b/home/x11.nix index c13f6d7..206cc20 100644 --- a/home/x11.nix +++ b/home/x11.nix @@ -10,6 +10,7 @@ ./wallpapers ./vdirsyncer ./khal + ./khard ./isync ./todoman ./neomutt