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" "--"]; };