nixpkgs/home/programs/khal.nix
Daniel Siepmann 0f6e71321e
migrate vdirsync + khal
Home-Manager got first level support for calendars and contacts.
Provided integrations are vdirsync and khal which I'm already using.
I therefore migrate from my own setup to the upstream setup.

Issue on home-manager project:
https://github.com/nix-community/home-manager/issues/2335
2023-06-13 16:16:19 +02:00

14 lines
217 B
Nix

{ config }:
{
enable = true;
notificationFrequency = "*-*-* *:14,29,44,59:00";
notificationTimeDelta = "16m";
locale = {
default_timezone = "Europe/Berlin";
local_timezone = "Europe/Berlin";
};
}