Add todoman
This commit is contained in:
12
home/programs/todoman/default.nix
Normal file
12
home/programs/todoman/default.nix
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = [ pkgs.todoman ];
|
||||||
|
|
||||||
|
xdg.configFile."todoman/config.py".text = ''
|
||||||
|
path = "${config.xdg.dataHome}/calendars/*/*"
|
||||||
|
date_format = "%d-%m-%Y"
|
||||||
|
time_format = "%H:%M"
|
||||||
|
default_list = "personal"
|
||||||
|
default_due = 48
|
||||||
|
'';
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user