add texfmt

This commit is contained in:
2024-11-24 23:56:31 +01:00
parent 5b0ae1e598
commit 532a34e6e2
8 changed files with 899 additions and 556 deletions

View File

@@ -12,6 +12,12 @@
programs.nixfmt.enable = true;
programs.shellcheck.enable = true;
programs.yamlfmt.enable = true;
programs.texfmt.enable = true;
settings.global.excludes = [
"AI_Data/**"
"Figures/**"
];
};
};
}