Compare commits
2 Commits
a6c24c1f81
...
3ef975b960
| Author | SHA1 | Date | |
|---|---|---|---|
|
3ef975b960
|
|||
|
f32a7f59a1
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user