diff options
author | lassulus <lassulus@lassul.us> | 2019-01-10 20:17:51 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-01-10 20:17:51 +0100 |
commit | a1d9c22bbd8eff9198f378e9007ddf4cb9ee2e5c (patch) | |
tree | 8ff2cfbe16daba5743a1f922d1036124df8a38ec /krebs/2configs/reaktor-retiolum.nix | |
parent | bbbe09285a95cda654a344e42e1330bd53748936 (diff) |
Reaktor plugins: merge task with todo, make task like todo
Diffstat (limited to 'krebs/2configs/reaktor-retiolum.nix')
-rw-r--r-- | krebs/2configs/reaktor-retiolum.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/krebs/2configs/reaktor-retiolum.nix b/krebs/2configs/reaktor-retiolum.nix index 824f59d09..69fc4b202 100644 --- a/krebs/2configs/reaktor-retiolum.nix +++ b/krebs/2configs/reaktor-retiolum.nix @@ -10,12 +10,8 @@ with import <stockholm/lib>; }; plugins = with pkgs.ReaktorPlugins; [ sed-plugin - task-add - task-delete - task-done - task-list ] ++ - (attrValues (todo "agenda")) + (attrValues (task "agenda")) ; }; } |