mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
thinkpad-nixos: Color work events
This commit is contained in:
parent
10fcdd692a
commit
51ca1a098e
1 changed files with 4 additions and 1 deletions
|
|
@ -343,7 +343,10 @@ in {
|
|||
userName = "${config.workAddr}";
|
||||
passwordCommand = ["echo" "foobar"];
|
||||
};
|
||||
khal.enable = true;
|
||||
khal = {
|
||||
enable = true;
|
||||
color = "light green";
|
||||
};
|
||||
vdirsyncer.enable = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue