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