add khard config

This commit is contained in:
stupidcomputer 2024-05-18 22:19:16 -05:00
parent 921c36dc0f
commit 032df33f95
3 changed files with 33 additions and 0 deletions

19
.config/khard/khard.conf Normal file
View File

@ -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

13
home/khard/default.nix Normal file
View File

@ -0,0 +1,13 @@
{ lib, config, pkgs, home, ... }:
{
home.packages = with pkgs; [
khard
];
home.file = {
".config/khard/config" = {
source = ../../.config/khard/config;
};
};
}

View File

@ -10,6 +10,7 @@
./wallpapers ./wallpapers
./vdirsyncer ./vdirsyncer
./khal ./khal
./khard
./isync ./isync
./todoman ./todoman
./neomutt ./neomutt