From b6c6b8365acfd00027f4db3682cb99dbf0de95bb Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 13 Apr 2025 21:39:31 +0300 Subject: [PATCH] feat: swap out alejandra with nixfmt --- modules/common/helix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/common/helix.nix b/modules/common/helix.nix index 7ab820c..d13e06f 100644 --- a/modules/common/helix.nix +++ b/modules/common/helix.nix @@ -67,7 +67,7 @@ in { { name = "nix"; auto-format = false; - formatter.command = "alejandra"; + formatter.command = "nixfmt"; } { @@ -212,7 +212,7 @@ in { marksman # NIX - alejandra + nixfmt-rfc-style nil # PYTHON