stockholm/makefu/3modules/default.nix

19 lines
250 B
Nix
Raw Normal View History

2015-10-04 14:42:04 +00:00
_:
2015-07-24 20:39:11 +00:00
2015-10-04 14:42:04 +00:00
{
imports = [
2016-08-21 09:53:58 +00:00
./populate.nix
2016-04-17 00:03:15 +00:00
./awesome-extra.nix
2016-08-21 09:53:58 +00:00
./deluge.nix
2016-07-11 18:46:09 +00:00
./forward-journal.nix
./opentracker.nix
2016-07-28 10:59:29 +00:00
./ps3netsrv.nix
2016-12-22 13:12:24 +00:00
./server-config.nix
2016-07-28 10:59:29 +00:00
./snapraid.nix
./taskserver.nix
2016-08-21 09:53:58 +00:00
./udpt.nix
2016-07-28 10:59:29 +00:00
./umts.nix
2015-10-04 14:42:04 +00:00
];
}
2015-07-24 20:39:11 +00:00