Add discord to open-messaging
This commit is contained in:
parent
7d8190210b
commit
97229a521f
@ -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 &
|
||||
'';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user