From 5643b88f61ebbfaf14d3b1ed6420eb8d3f4d94b5 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Mon, 21 Oct 2024 12:03:50 +0200 Subject: [PATCH] alejandro --- modules/programs/editors/helix/languages.nix | 1 + parts/fmt.nix | 1 + 2 files changed, 2 insertions(+) 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;