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