diff options
author | makefu <github@syntax-fehler.de> | 2018-07-20 16:27:19 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-07-20 16:27:19 +0200 |
commit | 6c15e8fe7b9870206d681b37e059650d96c7a26e (patch) | |
tree | e2df54b71d345f86e03ac61b8806403e8f18bf50 /krebs/2configs | |
parent | e00a76d30e4514cb5164fb658552fc1589e749e4 (diff) | |
parent | 4a74ef353ad5f66d4dfc3b3d51c3090bfbeac2e7 (diff) |
Merge branch 'master' of prism:stockholm
Diffstat (limited to 'krebs/2configs')
-rw-r--r-- | krebs/2configs/reaktor-krebs.nix | 3 | ||||
-rw-r--r-- | krebs/2configs/reaktor-retiolum.nix | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/krebs/2configs/reaktor-krebs.nix b/krebs/2configs/reaktor-krebs.nix index fa51b84f0..2e63f1385 100644 --- a/krebs/2configs/reaktor-krebs.nix +++ b/krebs/2configs/reaktor-krebs.nix @@ -13,6 +13,9 @@ with import <stockholm/lib>; }; plugins = with pkgs.ReaktorPlugins; [ sed-plugin + task-add + task-delete + task-list ] ++ (attrValues (todo "agenda")) ; 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")) ; |