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