Move Games dir into the games impermanence dir
This commit is contained in:
parent
83f419b6f1
commit
01e78619e3
2 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
{
|
||||
|
|
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue