2025-07-12 12:37:52 +03:00

9 lines
98 B
Nix

{
programs.gh = {
enable = true;
settings = {
git_protocol = "ssh";
};
};
}