thinkpad-nixos: Adapt to new khal handling

This commit is contained in:
traxys 2024-03-27 10:49:23 +01:00
parent bdf400c153
commit 0dd66c4bf7

View file

@ -319,17 +319,16 @@ in {
};
};
services.vdirsyncer.enable = true;
programs.vdirsyncer.enable = true;
programs.khal.enable = true;
programs.zsh.shellAliases = {
"khal-today" = "khal list today today -f '{start-time}-{end-time}: {title}'";
};
traxys.waybar.modules."custom/khal".enable = true;
accounts = {
calendar = {
basePath = ".calendar";
accounts.personal.primary = lib.mkForce false;
accounts.work = {
primary = true;
remote = {