chore: add alejandra as default formatter

This commit is contained in:
Guz
2025-08-30 13:35:56 -03:00
parent a758ff7808
commit e0f07eb13a

View File

@@ -61,6 +61,7 @@
];
};
});
formatter = forAllSystems ({pkgs, ...}: pkgs.alejandra);
nixosModules = {
neovim = import ./nixos.nix {inherit self;};