feat(horsch): add github cli client
This commit is contained in:
parent
a63ea4fbea
commit
289c2fbe65
@ -19,6 +19,7 @@
|
||||
|
||||
./horsch/ssh.nix
|
||||
./horsch/zsh.nix
|
||||
./horsch/github.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";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user