From edcf5b8eb97a6573294a25cab6a634ccff310ad5 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 11 Dec 2025 20:21:48 +0000 Subject: [PATCH] oc exa --- modules/opencode.nix | 3 +++ 1 file changed, 3 insertions(+) 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"; + }; }