about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/latexindent/default.nix
blob: 8dccc73eebd36b35d6a8360f94d12b683b138c27 (plain) (blame)
1
2
3
4
{...}: {
  xdg.configFile."latexindent/indentconfig.yaml".source = ./indentconfig.yaml;
  xdg.configFile."latexindent/mysettings.yaml".source = ./mysettings.yaml;
}