summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/reaktor-krebs.nix
diff options
context:
space:
mode:
authorjeschli <jeschli@gmail.com>2018-07-10 20:55:35 +0200
committerjeschli <jeschli@gmail.com>2018-07-10 20:55:35 +0200
commit9f9cd592c50911e49956cf47e8e385a8299ac410 (patch)
tree9dd76bdf0838b919182c9940dbe3360ed6d21df1 /krebs/2configs/reaktor-krebs.nix
parentbea8ee66b975a94b9ebc752c6fde90ed73a3984b (diff)
Reaktor: +plugins: task-{add, delete, list} -taskwarrior
Diffstat (limited to 'krebs/2configs/reaktor-krebs.nix')
-rw-r--r--krebs/2configs/reaktor-krebs.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/krebs/2configs/reaktor-krebs.nix b/krebs/2configs/reaktor-krebs.nix
index d80fd0eb..2e63f138 100644
--- a/krebs/2configs/reaktor-krebs.nix
+++ b/krebs/2configs/reaktor-krebs.nix
@@ -13,7 +13,9 @@ with import <stockholm/lib>;
};
plugins = with pkgs.ReaktorPlugins; [
sed-plugin
- taskwarrior
+ task-add
+ task-delete
+ task-list
] ++
(attrValues (todo "agenda"))
;