Fix alejandra? (I guess).

This commit is contained in:
CronyAkatsuki 2025-02-10 21:19:36 +01:00
parent c4fb4220e4
commit 8c0980fa78

View File

@ -54,6 +54,11 @@
enableTreesitter = true;
enableFormat = true;
lua.enable = true;
# python = {
# enable = true;
# format.type = "black-and-isort";
# };
css = {
enable = true;
format.enable = true;
@ -84,7 +89,7 @@
expr = "import <nixpkgs> { }",
},
formatting = {
command = { "${pkgs.alejandra}/bin/alejandra" },
command = { "${pkgs.alejandra}/bin/alejandra", "--quiet" },
},
options = {
nixos = {