summaryrefslogtreecommitdiffstats
path: root/tv/3modules/default.nix
blob: b6520185581b923ad0416766769c7dc12b840202 (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
    ./org.freedesktop.machine1.host-shell.nix
    ./slock.nix
    ./waydroid.nix
    ./x0vncserver.nix
    ./Xresources.nix
  ];
}