thinkpad-nixos: Color work events

This commit is contained in:
traxys 2024-03-27 17:33:09 +01:00
parent 10fcdd692a
commit 51ca1a098e

View file

@ -343,7 +343,10 @@ in {
userName = "${config.workAddr}";
passwordCommand = ["echo" "foobar"];
};
khal.enable = true;
khal = {
enable = true;
color = "light green";
};
vdirsyncer.enable = true;
};
};