1

Fix kitty autostart

This commit is contained in:
2024-06-05 01:43:10 +02:00
parent c116d41be7
commit b8e666b0a3

View File

@ -114,12 +114,11 @@ rec {
};
autostart = {
immediate = [
"kitty"
];
# immediate = [];
delayed = [
# "kdeconnect-indicator"
"kitty"
"nextcloud --background"
"keepassxc"
];