From b0dc4d9fe45a11edaec98c84f64858d9b9fb8f2d Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Sun, 23 Mar 2025 22:29:33 +0100 Subject: [PATCH] enable autoArchive for zed --- modules/home/desktop/editors/zed.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/home/desktop/editors/zed.nix b/modules/home/desktop/editors/zed.nix index e1ca75c..78fbf49 100644 --- a/modules/home/desktop/editors/zed.nix +++ b/modules/home/desktop/editors/zed.nix @@ -39,7 +39,11 @@ in { nixd = {}; nil = { initialization_options = { - autoArchive = true; + nix = { + flake = { + autoArchive = true; + }; + }; formatting = { command = ["alejandra" "--quiet" "--"]; };