diff options
author | jeschli <jeschli@gmail.com> | 2018-07-03 20:39:53 +0200 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-07-03 20:39:53 +0200 |
commit | 68608f53b04c6c4397a53fd7a094be50d9552c5c (patch) | |
tree | 089452673ee39d087503144f7a49080ff4396f37 | |
parent | 8cde86561a54652541d9a6c90109d5aa438c21f5 (diff) |
reaktor-krebs: +taskwarrior
-rw-r--r-- | krebs/2configs/reaktor-krebs.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/2configs/reaktor-krebs.nix b/krebs/2configs/reaktor-krebs.nix index fa51b84f0..d80fd0eb1 100644 --- a/krebs/2configs/reaktor-krebs.nix +++ b/krebs/2configs/reaktor-krebs.nix @@ -13,6 +13,7 @@ with import <stockholm/lib>; }; plugins = with pkgs.ReaktorPlugins; [ sed-plugin + taskwarrior ] ++ (attrValues (todo "agenda")) ; |