home-manager/horsch/github.nix

12 lines
109 B
Nix
Raw Permalink Normal View History

2024-07-31 05:37:52 +00:00
{ ... }:
{
programs.gh = {
enable = true;
settings = {
git_protocol = "ssh";
};
};
}