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