1

Compare commits

...

2 Commits

2 changed files with 5 additions and 3 deletions

View File

@ -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
]; ];
}; };

View File

@ -93,9 +93,9 @@ in {
{argv = ["noctalia-shell"];} {argv = ["noctalia-shell"];}
{argv = ["kitty" "--hold" "fastfetch"];} {argv = ["kitty" "--hold" "fastfetch"];}
{argv = ["zeal"];} {argv = ["zeal"];}
{argv = ["nextcloud --background"];} {argv = ["sleep" "5s" "&&" "nextcloud" "--background"];}
{argv = ["protonvpn-app"];} {argv = ["protonvpn-app"];}
{argv = ["keepassxc"];} {argv = ["sleep" "5s" "&&" "keepassxc"];} # TODO: Delay startup
{argv = ["fcitx5"];} {argv = ["fcitx5"];}
# TODO: On certain workspaces # TODO: On certain workspaces