mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
thinkpad-nixos: Adapt to new khal handling
This commit is contained in:
parent
bdf400c153
commit
0dd66c4bf7
1 changed files with 4 additions and 5 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue