feat: Added more zen search options and khal views
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m24s

This commit is contained in:
2026-03-04 20:07:00 +05:30
parent 09686e1ee6
commit 686501d464
2 changed files with 28 additions and 15 deletions

View File

@@ -1,5 +1,15 @@
{pkgs, ...}: {
programs.khal.enable = true;
programs.khal = {
enable = true;
settings = {
default = {
# default_calendar = "fastmail";
};
view = {
agenda_event_format = "{calendar-color}{cancelled}{start-end-time-style} {title}{repeat-symbol}{reset}";
};
};
};
programs.qcal.enable = true;
programs.vdirsyncer.enable = true;
services.vdirsyncer.enable = true;