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