feat: Add basic configuration for Git{hub,lab} CLIs
This commit is contained in:
@@ -53,4 +53,21 @@ in lib.mkMerge [
|
||||
jl = "jj log";
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
### Github CLI
|
||||
programs.gh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
git_protocol = "ssh";
|
||||
};
|
||||
};
|
||||
|
||||
sydnix.sops.secrets.github-oauth = {};
|
||||
}
|
||||
|
||||
{
|
||||
### Gitlab CLI
|
||||
programs.glab.enable = true;
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user