diff --git a/modules/opencode.nix b/modules/opencode.nix index 5b7751a..12a0bf5 100644 --- a/modules/opencode.nix +++ b/modules/opencode.nix @@ -20,4 +20,7 @@ }; }; }; + home.sessionVariables = { + OPENCODE_EXPERIMENTAL_EXA = "true"; + }; }