{pkgs, ...}: { pre-commit.hooks = { alejandra.enable = true; deadnix.enable = true; }; packages = with pkgs; [nixpkgs-fmt nixfmt]; }