nix-darwin/modules/aspects/ssh.nix

7 lines
79 B
Nix

{...}: {
repo.homeModules.ssh = {
imports = [
./_ssh
];
};
}