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