nix-files/hosts/common/programs/dino.nix

16 lines
632 B
Nix
Raw Normal View History

2023-08-30 01:50:06 +00:00
# usage:
# - start a DM with a rando via
# - '+' -> 'start conversation'
# - add a user to your roster via
# - '+' -> 'start conversation' -> '+' (opens the "add contact" dialog)
# - this triggers a popup on the remote side asking them for confirmation
# - after the remote's confirmation there will be a local popup for you to allow them to add you to their roster
# - to make a call:
# - ensure the other party is in your roster
# - open a DM with the party
# - click the phone icon at top (only visible if other party is in your roster)
2023-08-28 08:48:35 +00:00
{ ... }:
{
sane.programs.dino.persist.private = [ ".local/share/dino" ];
}