helix: set formatter for nix

This commit is contained in:
Khaïs COLIN 2025-10-16 13:34:04 +02:00
parent 9f9350fe0b
commit b8c2137864
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo

View file

@ -481,6 +481,15 @@ in {
end-of-line-diagnostics = "hint"; end-of-line-diagnostics = "hint";
}; };
}; };
languages = {
language = [
{
name = "nix";
auto-format = true;
formatter = {command = "alejandra";};
}
];
};
}; };
programs.bat = { programs.bat = {