From 1bf5c9fb1d6cd0d67da11da11bf51405cee9f05c Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Thu, 10 Jul 2025 19:54:56 +0800 Subject: [PATCH] Fix alejandra formatting --- suites/common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/suites/common.nix b/suites/common.nix index c6e7e58..c5ee193 100644 --- a/suites/common.nix +++ b/suites/common.nix @@ -226,6 +226,7 @@ with lib; { plugins = { colorizer.enable = true; + comment.enable = true; gitsigns.enable = true; lazygit.enable = true; lsp-format.enable = true; @@ -255,7 +256,7 @@ with lib; { servers = { nixd = { enable = true; - settings.formatting.command = ["alejandra"]; + settings.formatting.command = ["${pkgs.alejandra}/bin/alejandra"]; settings.options.nixos.expr = "(builtins.getFlake (builtins.toString /home/fern/Repositories/flock)).nixosConfigurations.muskduck.options"; }; };