]> Git — Sourcephile - julm/julm-nix.git/blob - homes/softwares/ssh.nix
merge home-manager config
[julm/julm-nix.git] / homes / softwares / ssh.nix
1 {
2 programs.ssh = {
3 forwardAgent = true;
4 };
5 }