8 lines
98 B
Nix
8 lines
98 B
Nix
{
|
|
programs.gh = {
|
|
enable = true;
|
|
settings = {
|
|
git_protocol = "ssh";
|
|
};
|
|
};
|
|
}
|