mirror of
https://github.com/nmasur/dotfiles
synced 2024-12-26 05:54:54 +00:00
add github copilot extension to gh cli
This commit is contained in:
parent
006554f545
commit
28ffa10a59
@ -6,6 +6,8 @@
|
||||
}:
|
||||
{
|
||||
|
||||
unfreePackages = [ "gh-copilot" ];
|
||||
|
||||
home-manager.users.${config.user} = {
|
||||
|
||||
programs.gh = lib.mkIf config.home-manager.users.${config.user}.programs.git.enable {
|
||||
@ -15,6 +17,7 @@
|
||||
extensions = [
|
||||
pkgs.gh-collaborators
|
||||
pkgs.gh-dash
|
||||
pkgs.gh-copilot
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user