nix-darwin/home/gh.nix
Poby 63a3bb6e98
feat: sops-nix configuration
encrypt personal ssh key for git
2026-03-15 02:50:19 +09:00

8 lines
98 B
Nix
Executable file

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