1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-22 18:29:39 +01:00
home-manager/tests/modules/programs/tex-fmt/default.nix
William G Underwood 9556d3c2b4 tex-fmt: add module
tex-fmt is a LaTeX source code formatter written in Rust, and uses
a user configuration file in the .toml format.
2025-03-19 15:40:32 -05:00

4 lines
108 B
Nix

{
tex-fmt-default-settings = ./default-settings.nix;
tex-fmt-custom-settings = ./custom-settings.nix;
}