nixvim-config/plugins/blink-copilot.nix

11 lines
100 B
Nix
Raw Normal View History

{ ... }:
{
programs.nixvim = {
plugins.blink-copilot = {
enable = true;
};
};
}