{ pkgs, ... }: { home.file.".clang-format".text = '' --- BasedOnStyle: LLVM ColumnLimit: 80 IndentCaseLabels: true InsertBraces: true IndentWidth: 4 ''; }