summaryrefslogtreecommitdiffstats
path: root/makefu/3modules/default.nix
blob: 963649c63c3334700b4eb2727be96f120f62f9ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
_:

{
  imports = [
    ./airdcpp.nix
    ./awesome-extra.nix
    ./deluge.nix
    ./forward-journal.nix
    ./opentracker.nix
    ./ps3netsrv.nix
    ./logging-config.nix
    ./populate.nix
    ./sane-extra.nix
    ./server-config.nix
    ./snapraid.nix
    ./state.nix
    ./torrent.nix
    ./udpt.nix
  ];
}