programs.todoman.enable
Whether to enable todoman.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.todoman.package
The todoman package to use.
Type: null or package
Default:
pkgs.todoman
Declared by:
programs.todoman.extraConfig
Text for configuration of todoman. The syntax is Python.
See docs. for the full list of options.
Type: strings concatenated with ā\nā
Default:
""
Example:
''
date_format = "%Y-%m-%d";
time_format = "%H:%M";
default_list = "Personal";
default_due = 48;
''
Declared by:
programs.todoman.glob
The glob expansion which matches all directories relevant.
Type: string
Default:
"*"
Example:
"*/*"
Declared by: