1 2 3 4 5 6 7
{ pkgs, ... }: { projectRootFile = "flake.nix"; programs.clang-format.enable = true; programs.nixfmt.enable = true; }