SSH Agent Support

This commit is contained in:
xmm16 2024-12-12 21:56:33 -03:00
commit 938ede978a
No known key found for this signature in database

View file

@ -98,7 +98,7 @@
ohMyZsh = { ohMyZsh = {
enable = true; enable = true;
plugins = ["git" "direnv" "fzf"]; plugins = ["git" "direnv" "fzf" "ssh-agent"];
theme = "half-life"; theme = "half-life";
}; };
}; };
@ -111,4 +111,8 @@
enable = true; enable = true;
}; };
}; };
programs.ssh = {
startAgent = true;
};
} }