summaryrefslogtreecommitdiffstats
path: root/tv/3modules/default.nix
blob: 9f2f8e606129823c49348601d17c480ca50419f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  imports = [
    ./charybdis
    ./dnsmasq.nix
    ./ejabberd
    ./focus.nix
    ./hosts.nix
    ./hw.nix
    ./im.nix
    ./iptables.nix
    ./slock.nix
    ./x0vncserver.nix
    ./Xresources.nix
  ];
}