mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Use gh copilot cli
This commit is contained in:
parent
b121195fcd
commit
c4c811fae7
1 changed files with 13 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, ulib, pkgs, ... }: with ulib; merge
|
||||
{ lib, ulib, pkgs, ... }: with ulib; merge3
|
||||
|
||||
(homeConfiguration {
|
||||
programs.nushell.shellAliases = {
|
||||
|
@ -125,6 +125,18 @@
|
|||
};
|
||||
})
|
||||
|
||||
(desktopHomeConfiguration {
|
||||
programs.nushell.shellAliases = {
|
||||
"??" = "gh copilot suggest --target shell";
|
||||
"gh?" = "gh copilot suggest --target gh";
|
||||
"git?" = "gh copilot suggest --target git";
|
||||
};
|
||||
|
||||
programs.gh = enabled {
|
||||
settings.git_protocol = "ssh";
|
||||
};
|
||||
})
|
||||
|
||||
(systemPackages (with pkgs; [
|
||||
git-absorb
|
||||
tig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue