feat(horsch): add github cli client
parent
a63ea4fbea
commit
289c2fbe65
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
./horsch/ssh.nix
|
./horsch/ssh.nix
|
||||||
./horsch/zsh.nix
|
./horsch/zsh.nix
|
||||||
|
./horsch/github.nix
|
||||||
|
|
||||||
./horsch/qemu.nix
|
./horsch/qemu.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.gh = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
git_protocol = "ssh";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue