enable autoArchive for zed

This commit is contained in:
Chris Kruining 2025-03-23 22:29:33 +01:00
parent ae6de9e7e6
commit b0dc4d9fe4
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg

View file

@ -39,7 +39,11 @@ in {
nixd = {};
nil = {
initialization_options = {
autoArchive = true;
nix = {
flake = {
autoArchive = true;
};
};
formatting = {
command = ["alejandra" "--quiet" "--"];
};