summaryrefslogtreecommitdiffstats
path: root/krebs/2configs
diff options
context:
space:
mode:
authorlassulus <lass@blue.r>2018-06-08 04:56:58 +0200
committerlassulus <lass@blue.r>2018-06-08 04:56:58 +0200
commita9e4d55fc5c60b059fad62d5e3a2a2c135a1f69d (patch)
tree7f2bda643988f81f55b0328af4a67483703c137b /krebs/2configs
parent3f2b46087481b79281901302896e903261ec71a5 (diff)
reaktor: add agenda todo plugin
Diffstat (limited to 'krebs/2configs')
-rw-r--r--krebs/2configs/reaktor-krebs.nix4
-rw-r--r--krebs/2configs/reaktor-retiolum.nix4
2 files changed, 6 insertions, 2 deletions
diff --git a/krebs/2configs/reaktor-krebs.nix b/krebs/2configs/reaktor-krebs.nix
index f1e6e2b1..fa51b84f 100644
--- a/krebs/2configs/reaktor-krebs.nix
+++ b/krebs/2configs/reaktor-krebs.nix
@@ -13,6 +13,8 @@ with import <stockholm/lib>;
};
plugins = with pkgs.ReaktorPlugins; [
sed-plugin
- ];
+ ] ++
+ (attrValues (todo "agenda"))
+ ;
};
}
diff --git a/krebs/2configs/reaktor-retiolum.nix b/krebs/2configs/reaktor-retiolum.nix
index 144b7d48..b32d39b7 100644
--- a/krebs/2configs/reaktor-retiolum.nix
+++ b/krebs/2configs/reaktor-retiolum.nix
@@ -10,6 +10,8 @@ with import <stockholm/lib>;
};
plugins = with pkgs.ReaktorPlugins; [
sed-plugin
- ];
+ ] ++
+ (attrValues (todo "agenda"))
+ ;
};
}