diff options
author | lassulus <lassulus@lassul.us> | 2017-09-01 22:05:21 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-09-01 22:05:21 +0200 |
commit | c6ed05c10d9b5b11e623e3bb36b3f40b824691bb (patch) | |
tree | 8dc8eedd166702989e50221049442f343a025dbd /lass/2configs/reaktor-krebs.nix | |
parent | 6bb5eeeb0551deea4532976df5238b888788c94e (diff) |
l: add Reaktor|krebs
Diffstat (limited to 'lass/2configs/reaktor-krebs.nix')
-rw-r--r-- | lass/2configs/reaktor-krebs.nix | 21 |
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 000000000..7727bbf9c --- /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 + ]; + }; +} |