Persist icons and play stats.

This commit is contained in:
Tom Alexander 2025-05-26 15:46:10 -04:00
parent 5c17148635
commit e28c7f8968
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -130,6 +130,22 @@ in
group = "talexander";
mode = "0755";
}
{
# Game icons.
directory = ".config/rpcs3/Icons";
user = "talexander";
group = "talexander";
mode = "0755";
}
];
files = [
{
# play times and recently played
file = ".config/rpcs3/GuiConfigs/persistent_settings.dat";
parentDirectory = {
mode = "0755";
};
}
];
};
};