sloth-flake.nvim/dev/formatter.nix

6 lines
70 B
Nix

{
perSystem = {pkgs, ...}: {
formatter = pkgs.alejandra;
};
}