dots/modules/home-manager/features/gh.nix
2025-10-22 01:22:05 +11:00

9 lines
121 B
Nix

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