refactor(nix/hm/price): move latexmkrc under $XDG_CONFIG_HOME
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s

This commit is contained in:
Price Hiller 2024-05-29 01:16:37 -05:00
parent 3e6d0b0340
commit 6f48f316ce
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 3 additions and 4 deletions

View File

@ -0,0 +1,3 @@
$pdf_mode = 4;
$out_dir = ".tex-out/build";
$aux_dir = ".tex-out/aux";

View File

@ -141,10 +141,6 @@ in
source = ./dots/.local/share/wallpapers;
force = true;
};
".latexmkrc" = {
source = ./dots/.latexmkrc;
force = true;
};
} // softLinkDots ".config";
sessionVariables = {