Change open-messaging order

This commit is contained in:
Julian Mutter 2024-06-14 09:47:35 +02:00
parent e974145390
commit 603d84c03b

View File

@ -22,10 +22,10 @@ pkgs.writeShellApplication {
];
text = ''
thunderbird &
sleep 0.1
nheko &
sleep 0.1
telegram-desktop &
sleep 0.1
thunderbird &
'';
}