summaryrefslogtreecommitdiffstats
path: root/lass/2configs
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-09-01 22:05:21 +0200
committerlassulus <lassulus@lassul.us>2017-09-01 22:05:21 +0200
commitc6ed05c10d9b5b11e623e3bb36b3f40b824691bb (patch)
tree8dc8eedd166702989e50221049442f343a025dbd /lass/2configs
parent6bb5eeeb0551deea4532976df5238b888788c94e (diff)
l: add Reaktor|krebs
Diffstat (limited to 'lass/2configs')
-rw-r--r--lass/2configs/reaktor-krebs.nix21
1 files changed, 21 insertions, 0 deletions
diff --git a/lass/2configs/reaktor-krebs.nix b/lass/2configs/reaktor-krebs.nix
new file mode 100644
index 00000000..7727bbf9
--- /dev/null
+++ b/lass/2configs/reaktor-krebs.nix
@@ -0,0 +1,21 @@
+{ config, lib, pkgs, ... }:
+with import <stockholm/lib>;
+
+{
+ krebs.Reaktor.krebs = {
+ nickname = "Reaktor|krebs";
+ channels = [
+ "#krebs"
+ "#nixos-wiki"
+ ];
+ extraEnviron = {
+ REAKTOR_HOST = "irc.freenode.org";
+ };
+ plugins = with pkgs.ReaktorPlugins; [
+ sed-plugin
+ wiki-todo-add
+ wiki-todo-done
+ wiki-todo-show
+ ];
+ };
+}