Steam,Auto,Onizuka, clean up home with XDG

This commit is contained in:
Julia Lange 2026-05-13 00:14:40 -07:00
parent ddb232fba9
commit 69ff1ae022
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
3 changed files with 17 additions and 8 deletions

View file

@ -58,13 +58,11 @@
lf.enable = true;
lf.hiddenfiles = [
"${config.home.homeDirectory}/.librewolf"
"${config.home.homeDirectory}/.nix-defexpr"
"${config.home.homeDirectory}/.nix-profile"
"${config.home.homeDirectory}/.nv"
"${config.home.homeDirectory}/.pki"
"${config.home.homeDirectory}/.steam*"
"${config.home.homeDirectory}/.zshenv"
"${config.home.homeDirectory}/.mozilla" # Unsupported
"${config.home.homeDirectory}/.librewolf" # Unsupported
"${config.home.homeDirectory}/.ssh" # openssh assumes
"${config.home.homeDirectory}/.manpath" # man-db has it hardcoded
"${config.home.homeDirectory}/.face" # caelestia-shell requires
];
zoxide.enable = true;