This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
home-manager/horsch/github.nix

12 lines
109 B
Nix

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