[feat] Add ironbar & Format everything with nixfmt

This commit is contained in:
uttarayan21
2024-02-18 05:45:40 +05:30
parent f6775ed1cf
commit a1d896fa39
20 changed files with 914 additions and 539 deletions

View File

@@ -41,7 +41,7 @@ require("mason-lspconfig").setup_handlers {
settings = {
['nil'] = {
formatting = {
command = { "alejandra" },
command = { "nixfmt" },
}
}
}