mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-18 19:16:41 -07:00
add copilot extension and flake update
This commit is contained in:
parent
8ebee52022
commit
85942195f4
3 changed files with 21 additions and 17 deletions
4
home.nix
4
home.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue