nixpkgs/home/programs/khal.nix
2023-11-13 08:09:08 +01:00

14 lines
219 B
Nix

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