7 lines
No EOL
133 B
Nix
Executable file
7 lines
No EOL
133 B
Nix
Executable file
{ lib, config, ... }:
|
|
{
|
|
imports = [
|
|
(lib.mkIf config.hmOptions.thunderbird.enable ./email.nix)
|
|
./ssh.nix
|
|
];
|
|
} |