1 2 3 4 5 6 7
{ projectRootFile = "flake.nix"; programs = { alejandra.enable = true; # Nix formatter rustfmt.enable = true; }; }