reaktor: add agenda todo plugin

This commit is contained in:
lassulus 2018-06-08 04:56:58 +02:00
parent 3f2b460874
commit a9e4d55fc5
2 changed files with 6 additions and 2 deletions

View File

@ -13,6 +13,8 @@ with import <stockholm/lib>;
};
plugins = with pkgs.ReaktorPlugins; [
sed-plugin
];
] ++
(attrValues (todo "agenda"))
;
};
}

View File

@ -10,6 +10,8 @@ with import <stockholm/lib>;
};
plugins = with pkgs.ReaktorPlugins; [
sed-plugin
];
] ++
(attrValues (todo "agenda"))
;
};
}