1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{...}: { # Used to find the project root projectRootFile = "flake.nix"; programs = { alejandra.enable = true; rustfmt.enable = true; taplo = { enable = true; settings.formatting = { allowed_blank_lines = 1; }; }; }; }