12 lines
193 B
Nix
12 lines
193 B
Nix
{ config, pkgs, ... }: {
|
|
|
|
imports = [
|
|
./cloud.nix
|
|
./feedreader.nix
|
|
#./dns.nix #TODO
|
|
#./wallabag.nix #TODO
|
|
#./id.nix #TODO
|
|
#./mx.nix #TODO
|
|
#./mail.nix #TODO
|
|
];
|
|
}
|