feat: Added more zen search options and khal views
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m24s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m24s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user