From 67e4951f7d4bf7661ab9968321953f4161625b6f Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 12 Nov 2025 19:57:46 +0100 Subject: [PATCH] Home/Nixinator: Allow PrismLauncher to access /tmp --- home/christoph/nixinator/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 00eeba4e..5d7f37ef 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -219,6 +219,12 @@ ]; overrides = { + "org.prismlauncher.PrismLauncher".Context = { + filesystems = [ + "/tmp" + ]; + }; + "com.valvesoftware.Steam".Context = { filesystems = [ "${config.home.homeDirectory}/Games"