{pkgs, ...}: { projectRootFile = "flake.nix"; programs = { gdformat = { enable = true; package = pkgs.gdtoolkit_4; }; alejandra.enable = true; }; }