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