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