Home/Nixinator: Allow PrismLauncher to access ~/Downloads
This commit is contained in:
@ -221,7 +221,9 @@
|
|||||||
overrides = {
|
overrides = {
|
||||||
"org.prismlauncher.PrismLauncher".Context = {
|
"org.prismlauncher.PrismLauncher".Context = {
|
||||||
filesystems = [
|
filesystems = [
|
||||||
"/tmp"
|
"${config.home.homeDirectory}/Downloads"
|
||||||
|
|
||||||
|
"/tmp" # To allow temporary world folder creation for datapack installation
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -95,7 +95,7 @@ in {
|
|||||||
{argv = ["zeal"];}
|
{argv = ["zeal"];}
|
||||||
{argv = ["sleep" "5s" "&&" "nextcloud" "--background"];}
|
{argv = ["sleep" "5s" "&&" "nextcloud" "--background"];}
|
||||||
{argv = ["protonvpn-app"];}
|
{argv = ["protonvpn-app"];}
|
||||||
{argv = ["sleep" "5s" "&&" "keepassxc"];} # TODO: Delay startup
|
{argv = ["sleep" "5s" "&&" "keepassxc"];}
|
||||||
{argv = ["fcitx5"];}
|
{argv = ["fcitx5"];}
|
||||||
|
|
||||||
# TODO: On certain workspaces
|
# TODO: On certain workspaces
|
||||||
|
|||||||
Reference in New Issue
Block a user