reaktor-retiolum: +task-(add,delete,list)

This commit is contained in:
jeschli 2018-07-17 19:33:13 +02:00
parent 9f9cd592c5
commit 8abbda9061

View File

@ -10,6 +10,9 @@ with import <stockholm/lib>;
}; };
plugins = with pkgs.ReaktorPlugins; [ plugins = with pkgs.ReaktorPlugins; [
sed-plugin sed-plugin
task-add
task-delete
task-list
] ++ ] ++
(attrValues (todo "agenda")) (attrValues (todo "agenda"))
; ;