summary refs log tree commit diff
path: root/services/irc/default.nix
blob: 837068a6bddeeb5f962bf83d8287f2545551b2e9 (plain)
1
2
3
4
5
6
7
8
{ ... }:

{
  imports = [
    ./gamja.nix
    ./soju.nix
  ];
}