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