summaryrefslogtreecommitdiffstats
path: root/tv/3modules/default.nix
blob: c49f1582fa4463e6bf975b39ebc5bc68b18bb956 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  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
  ];
}