plugins/blink-copilot: init

This commit is contained in:
Austin Horstman 2025-02-05 11:22:34 -06:00
parent 5281e8c583
commit cf01c024af
No known key found for this signature in database
2 changed files with 73 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
empty = {
plugins.blink-copilot.enable = true;
};
defaults = {
plugins.blink-copilot = {
enable = true;
};
};
}