add github copilot extension to gh cli

This commit is contained in:
Noah Masur 2024-12-05 17:02:46 -05:00
parent 006554f545
commit 28ffa10a59
No known key found for this signature in database

View File

@ -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
];
};