nix-stuff/roles/desktop/programs/ssh.nix

9 lines
99 B
Nix

{ ... }:
{
home-manager.users.toast = {
programs.ssh = {
enable = true;
};
};
}