feat(horsch): add github cli client
This commit is contained in:
parent
a63ea4fbea
commit
289c2fbe65
2 changed files with 12 additions and 0 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
11
horsch/github.nix
Normal file
11
horsch/github.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.gh = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
git_protocol = "ssh";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue