global/git: setup gh through options
This commit is contained in:
parent
fad96230fe
commit
079e151bb3
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
gh
|
|
||||||
git-absorb
|
git-absorb
|
||||||
git-crypt
|
git-crypt
|
||||||
git-agecrypt
|
git-agecrypt
|
||||||
|
@ -96,4 +95,11 @@
|
||||||
e = "edit";
|
e = "edit";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.gh = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
git_protocol = "ssh";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue