From 87dbdd522bb696b520341e18b91721a02271b943 Mon Sep 17 00:00:00 2001 From: Martin Pander Date: Wed, 11 Feb 2026 21:06:36 +0100 Subject: [PATCH] Fix opencode --- modules/home/opencode.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }