Add discord to open-messaging

This commit is contained in:
Julian Mutter 2025-05-05 07:11:02 +02:00
parent 7d8190210b
commit 97229a521f

View File

@ -3,6 +3,7 @@
nheko, nheko,
telegram-desktop, telegram-desktop,
thunderbird, thunderbird,
discord,
}: }:
writeShellApplication { writeShellApplication {
name = "open-messaging"; name = "open-messaging";
@ -11,6 +12,7 @@ writeShellApplication {
nheko nheko
telegram-desktop telegram-desktop
thunderbird thunderbird
discord
]; ];
text = '' text = ''
@ -19,5 +21,7 @@ writeShellApplication {
nheko & nheko &
sleep 0.1 sleep 0.1
telegram-desktop & telegram-desktop &
sleep 0.1
discord &
''; '';
} }