diff options
author | jeschli <jeschli@gmail.com> | 2018-07-17 19:33:13 +0200 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-07-17 19:33:13 +0200 |
commit | 8abbda9061c7fc3f04ca580a7435085cab8a8c83 (patch) | |
tree | 2eec9f730ae0b188049903370cc16f0076165a4d | |
parent | 9f9cd592c50911e49956cf47e8e385a8299ac410 (diff) |
reaktor-retiolum: +task-(add,delete,list)
-rw-r--r-- | krebs/2configs/reaktor-retiolum.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/krebs/2configs/reaktor-retiolum.nix b/krebs/2configs/reaktor-retiolum.nix index b32d39b7e..d5f1851e3 100644 --- a/krebs/2configs/reaktor-retiolum.nix +++ b/krebs/2configs/reaktor-retiolum.nix @@ -10,6 +10,9 @@ with import <stockholm/lib>; }; plugins = with pkgs.ReaktorPlugins; [ sed-plugin + task-add + task-delete + task-list ] ++ (attrValues (todo "agenda")) ; |