nixos/home/apps/nvim/copilot.nix
2024-05-02 15:40:12 +02:00

6 lines
70 B
Nix

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