minor fix of gemini module

This commit is contained in:
Yan Lin 2026-01-23 09:02:47 +01:00
parent 9dc88b9a2d
commit a95b6a0fdd

View file

@ -5,7 +5,7 @@
enable = true; enable = true;
settings = { settings = {
previewFeatures = true; general.previewFeatures = true;
ui = { ui = {
useFullWidth = true; useFullWidth = true;
@ -58,6 +58,6 @@
}; };
}; };
context."GEMINI.md" = ""; context."GEMINI" = "";
}; };
} }