nix/home-manager/config/accounts/default.nix

7 lines
74 B
Nix
Executable file

{ ... }:
{
imports = [
./email.nix
./ssh.nix
];
}