vdirsyncer: Add todoman
This commit is contained in:
parent
73d16d3f09
commit
254e435dde
|
@ -70,6 +70,7 @@ in
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
khal
|
khal
|
||||||
khard
|
khard
|
||||||
|
todoman
|
||||||
vdirsyncer
|
vdirsyncer
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -149,5 +150,12 @@ in
|
||||||
search_in_source_files = no
|
search_in_source_files = no
|
||||||
skip_unparsable = no
|
skip_unparsable = no
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
"todoman/config.py".text = /* python */ ''
|
||||||
|
path = "${calendarBasePath}/personal/*"
|
||||||
|
date_format = "%Y-%m-%d"
|
||||||
|
time_format = "%H:%M"
|
||||||
|
default_priority = 5
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue