11 lines
109 B
Nix
11 lines
109 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.gh = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
git_protocol = "ssh";
|
|
};
|
|
};
|
|
}
|