summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/reaktor-retiolum.nix
diff options
context:
space:
mode:
Diffstat (limited to 'krebs/2configs/reaktor-retiolum.nix')
-rw-r--r--krebs/2configs/reaktor-retiolum.nix4
1 files changed, 3 insertions, 1 deletions
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"))
+ ;
};
}