diff --git a/hostconfig/thinkpad-nixos/hm.nix b/hostconfig/thinkpad-nixos/hm.nix index e6b703d..27fa8f4 100644 --- a/hostconfig/thinkpad-nixos/hm.nix +++ b/hostconfig/thinkpad-nixos/hm.nix @@ -343,7 +343,10 @@ in { userName = "${config.workAddr}"; passwordCommand = ["echo" "foobar"]; }; - khal.enable = true; + khal = { + enable = true; + color = "light green"; + }; vdirsyncer.enable = true; }; };