nixos-config/3modules/default.nix

24 lines
359 B
Nix
Raw Normal View History

2015-10-04 16:42:04 +02:00
_:
2015-10-04 16:42:04 +02:00
{
imports = [
2016-04-17 02:03:15 +02:00
./awesome-extra.nix
2018-12-17 12:33:57 +01:00
./bump-distrowatch.nix
2016-08-21 11:53:58 +02:00
./deluge.nix
2020-07-02 08:41:32 +02:00
./etherpad.nix
2016-07-11 20:46:09 +02:00
./forward-journal.nix
2023-06-13 00:28:45 +02:00
#./netdata.nix
./opentracker.nix
2016-07-28 12:59:29 +02:00
./ps3netsrv.nix
2017-01-09 16:01:46 +01:00
./logging-config.nix
2018-09-24 14:34:27 +02:00
./populate.nix
2017-08-02 01:08:12 +02:00
./sane-extra.nix
2016-12-22 14:12:24 +01:00
./server-config.nix
2016-07-28 12:59:29 +02:00
./snapraid.nix
2018-09-24 14:34:27 +02:00
./state.nix
2017-01-09 16:01:46 +01:00
./torrent.nix
2016-08-21 11:53:58 +02:00
./udpt.nix
2015-10-04 16:42:04 +02:00
];
}