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