Migrate packages
This commit is contained in:
24
pkgs/open-messaging/default.nix
Normal file
24
pkgs/open-messaging/default.nix
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
writeShellApplication,
|
||||
nheko,
|
||||
telegram-desktop,
|
||||
thunderbird,
|
||||
}:
|
||||
|
||||
writeShellApplication {
|
||||
name = "open-messaging";
|
||||
|
||||
runtimeInputs = [
|
||||
nheko
|
||||
telegram-desktop
|
||||
thunderbird
|
||||
];
|
||||
|
||||
text = ''
|
||||
thunderbird &
|
||||
sleep 0.1
|
||||
nheko &
|
||||
sleep 0.1
|
||||
telegram-desktop &
|
||||
'';
|
||||
}
|
Reference in New Issue
Block a user