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