From 3ef975b960c2266725f2ded70c67a86d39825b09 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 15 Nov 2025 14:35:35 +0100 Subject: [PATCH] Home/Nixinator: Allow PrismLauncher to access ~/Downloads --- home/christoph/nixinator/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 5d7f37ef..7a05882e 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -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 ]; };