1
Fork 0
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:
RGBCube 2024-03-16 10:42:11 +03:00
parent b121195fcd
commit c4c811fae7
No known key found for this signature in database

View file

@ -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