7 lines
74 B
Nix
Executable file
7 lines
74 B
Nix
Executable file
{ ... }:
|
|
{
|
|
imports = [
|
|
./email.nix
|
|
./ssh.nix
|
|
];
|
|
}
|