From aa2c3f218a78cb148ad656c7f54f92a567339397 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 +++- home/modules/niri/default.nix | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 ]; }; diff --git a/home/modules/niri/default.nix b/home/modules/niri/default.nix index ae58702d..2737dd2a 100644 --- a/home/modules/niri/default.nix +++ b/home/modules/niri/default.nix @@ -95,7 +95,7 @@ in { {argv = ["zeal"];} {argv = ["sleep" "5s" "&&" "nextcloud" "--background"];} {argv = ["protonvpn-app"];} - {argv = ["sleep" "5s" "&&" "keepassxc"];} # TODO: Delay startup + {argv = ["sleep" "5s" "&&" "keepassxc"];} {argv = ["fcitx5"];} # TODO: On certain workspaces