qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
 
 
 
 
 
 

2 lines
84 B

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell { inputsFrom = with pkgs; [ qtox ]; }