aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/chat/default.nix
blob: 88d478cffbd477fe91975ee69511d13d719b9593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* REAL-TIME COMMUNICATION CLIENTS
 *
 * A bit of a mix of applications and no real configuration
 */

{ pkgs, ... }:

{
  home.packages = with pkgs; [
    dino
    quasselClient
    riot-desktop
    signal-desktop
    tdesktop
    weechat
  ];
}