Reaktor: +plugins: task-{add, delete, list} -taskwarrior

This commit is contained in:
jeschli 2018-07-10 20:55:35 +02:00
parent bea8ee66b9
commit 9f9cd592c5

View File

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