From 0dd66c4bf7f76229257549892934bdcd863eb767 Mon Sep 17 00:00:00 2001 From: traxys Date: Wed, 27 Mar 2024 10:49:23 +0100 Subject: [PATCH] thinkpad-nixos: Adapt to new khal handling --- hostconfig/thinkpad-nixos/hm.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/hostconfig/thinkpad-nixos/hm.nix b/hostconfig/thinkpad-nixos/hm.nix index a6e5294..17c68b2 100644 --- a/hostconfig/thinkpad-nixos/hm.nix +++ b/hostconfig/thinkpad-nixos/hm.nix @@ -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 = {