monolith: autostart some apps

This commit is contained in:
Leonardo Eugênio 2023-08-08 12:43:24 -03:00
parent 869ba87dab
commit 2ab0b84209
3 changed files with 15 additions and 3 deletions

View file

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