From e0f07eb13abb1c7b5f0cbcab1dc10459b57d34ba Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Sat, 30 Aug 2025 13:35:56 -0300 Subject: [PATCH] chore: add alejandra as default formatter --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 0e071a9..754cda5 100644 --- a/flake.nix +++ b/flake.nix @@ -61,6 +61,7 @@ ]; }; }); + formatter = forAllSystems ({pkgs, ...}: pkgs.alejandra); nixosModules = { neovim = import ./nixos.nix {inherit self;};