Cleanup home

This commit is contained in:
Invariantspace 2024-02-24 00:04:32 -08:00
parent c52b27c763
commit 8862537d5e
4 changed files with 92 additions and 78 deletions

View file

@ -10,6 +10,9 @@
in {
devShells.default = pkgs.mkShell {
packages = with pkgs; [ texlive.combined.scheme-full ];
TEXMFHOME = "$XDG_DATA_HOME/texmf";
TEXMFVAR = "$XDG_CACHE_HOME/texlive/texmf-var";
EXMFCONFIG = "$XDG_CONFIG_HOME/texlive/texmf-config";
};
});
}