Change todoman config
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.todoman ];
|
||||
|
||||
xdg.configFile."todoman/config.py".text = ''
|
||||
path = "${config.xdg.dataHome}/calendars/*/*"
|
||||
date_format = "%d-%m-%Y"
|
||||
programs.todoman = {
|
||||
enable = true;
|
||||
glob = "*/*";
|
||||
extraConfig = ''
|
||||
date_format = "%Y-%m-%d"
|
||||
time_format = "%H:%M"
|
||||
default_list = "personal"
|
||||
default_due = 48
|
||||
default_due = 0
|
||||
default_command = "list --sort due"
|
||||
humanize = True
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user