🔧 configure nix fmt

This commit is contained in:
Ingolf Wagner 2025-02-28 05:39:33 +07:00
parent 0fd2eb288b
commit 12054828f9
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -13,6 +13,21 @@
programs.deno.enable = true;
programs.yamlfmt.enable = true;
programs.black.enable = true;
programs.beautysh.enable = true;
programs.taplo.enable = true;
programs.clang-format.enable = true;
settings.global.excludes = [
"machines/*/facts/*"
"old-machines/*/facts/*"
"vars/*"
"*.gpg"
"*.pub"
".git-crypt/*"
"*.png"
"LICENSE"
"*.gitignore"
".gitattributes"
];
};
};
}