mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-18 19:16:41 -07:00
11 lines
No EOL
194 B
Nix
11 lines
No EOL
194 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.nixvim.plugins = {
|
|
# GitHub Copilot
|
|
copilot-vim.enable = true;
|
|
|
|
# Avante AI assistant (imported from separate file)
|
|
# avante config is in avante.nix
|
|
};
|
|
} |