diff --git a/modules/gemini-cli.nix b/modules/gemini-cli.nix index c8023dc..ff5da2b 100644 --- a/modules/gemini-cli.nix +++ b/modules/gemini-cli.nix @@ -5,7 +5,7 @@ enable = true; settings = { - previewFeatures = true; + general.previewFeatures = true; ui = { useFullWidth = true; @@ -58,6 +58,6 @@ }; }; - context."GEMINI.md" = ""; + context."GEMINI" = ""; }; }