chat: delay app init

This commit is contained in:
Leonardo Eugênio 2023-06-18 17:41:30 -03:00
parent ce2c4d4deb
commit ba1a36e915

View file

@ -2,8 +2,8 @@
wayland.windowManager.sway = { wayland.windowManager.sway = {
extraConfig = '' extraConfig = ''
exec thunderbird exec thunderbird
exec webcord exec sleep 3s && exec webcord
exec telegram-desktop exec sleep 3s && exec telegram-desktop
''; '';
}; };