add copilot extension and flake update

This commit is contained in:
Salar Rahmanian 2025-03-09 15:27:49 -07:00
parent 8ebee52022
commit 85942195f4
3 changed files with 21 additions and 17 deletions

View file

@ -14,6 +14,7 @@
pkg:
builtins.elem (lib.getName pkg) [
"discord"
"gh-copilot"
"slack"
"vscode"
"vscode-extension-github-copilot"
@ -151,6 +152,9 @@
programs.gh = {
enable = true;
extensions = [
pkgs.gh-copilot
];
settings = {
editor = "nvim";
git_protocol = "ssh";