Move Games dir into the games impermanence dir

This commit is contained in:
Bun 2025-05-20 12:27:18 -04:00
parent 83f419b6f1
commit 01e78619e3
2 changed files with 1 additions and 1 deletions

View file

@ -11,6 +11,7 @@
persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}" =
with lib; with config.home; with config.xdg; {
directories = [
"games/${removePrefix "${homeDirectory}/" "Games"}"
"games/${removePrefix "${homeDirectory}/" configHome}/heroic"
"games/${removePrefix "${homeDirectory}/" dataHome}/PrismLauncher"
{

View file

@ -15,7 +15,6 @@
"secure/.ssh"
] ++ (if config.home.desktop.enable then [
"dirs/${strip documents}"
"dirs/${strip extraConfig.XDG_GAMES_DIR}"
"dirs/${strip pictures}"
"dirs/${strip videos}"