nix/home-manager/modules/accounts/default.nix
2024-12-04 13:37:52 -07:00

7 lines
No EOL
73 B
Nix
Executable file

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