diff --git a/modules/home/opencode.nix b/modules/home/opencode.nix index 7e3d577..5c636ea 100644 --- a/modules/home/opencode.nix +++ b/modules/home/opencode.nix @@ -63,6 +63,6 @@ in }; # Link the generated config to the expected location - xdg.configFile."opencode/opencode.json".source = config.sops.templates."opencode/opencode.json".path; + xdg.configFile."opencode/opencode.json".source = config.lib.file.mkOutOfStoreSymlink config.sops.templates."opencode/opencode.json".path; }; }