about summary refs log blame commit diff stats
path: root/hm/soispha/conf/latexindent/default.nix
blob: 0d776e140fbaa5007017e9e52451d3ced7f11cf3 (plain) (tree)
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;
}