diff --git a/modules/programs/editors/helix/languages.nix b/modules/programs/editors/helix/languages.nix index a547f72..a5dcd53 100644 --- a/modules/programs/editors/helix/languages.nix +++ b/modules/programs/editors/helix/languages.nix @@ -90,6 +90,7 @@ in { nil = { command = getExe pkgs.nil; + # alejandro config.nil.formatting.command = ["${getExe pkgs.alejandra}" "-q"]; }; diff --git a/parts/fmt.nix b/parts/fmt.nix index 28a1fcc..37e2bf0 100644 --- a/parts/fmt.nix +++ b/parts/fmt.nix @@ -15,6 +15,7 @@ global.excludes = ["*.png"]; }; programs = { + # alejandro alejandra.enable = true; shellcheck.enable = true;