1

feat: set scikit-learn data home inside .cache

DO NOT POLLUTE MY DAMN HOME DIRECTORY
This commit is contained in:
Himadri Bhattacharjee
2025-11-15 18:07:07 +05:30
parent fe2fa2d922
commit 365e27b898

View File

@@ -30,6 +30,8 @@
# these mfs pollute my home directory
# some unfixable offenders include .mozilla, .librewolf
# .adb and .ghidra
SCIKIT_LEARN_DATA = "${config.xdg.cacheHome}/sklearn-data";
CUDA_CACHE_PATH = "${config.xdg.cacheHome}/nv";
NH_FLAKE = "${config.xdg.userDirs.publicShare}/dotfiles";
GDBHISTFILE = "${config.xdg.dataHome}/gdb/history";