summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/reaktor-retiolum.nix
blob: 144b7d4847c657c2fc99c58c7de4fd12a7c83cc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ config, lib, pkgs, ... }:
with import <stockholm/lib>;

{
  krebs.Reaktor.retiolum = {
    nickname = "Reaktor|lass";
    channels = [ "#xxx" ];
    extraEnviron = {
      REAKTOR_HOST = "irc.r";
    };
    plugins = with pkgs.ReaktorPlugins; [
      sed-plugin
    ];
  };
}