1

Home/Nixinator: Allow PrismLauncher to access ~/Downloads

This commit is contained in:
2025-11-15 14:35:35 +01:00
parent f32a7f59a1
commit aa2c3f218a
2 changed files with 4 additions and 2 deletions

View File

@ -221,7 +221,9 @@
overrides = {
"org.prismlauncher.PrismLauncher".Context = {
filesystems = [
"/tmp"
"${config.home.homeDirectory}/Downloads"
"/tmp" # To allow temporary world folder creation for datapack installation
];
};